Skip to content

Commit

Permalink
change the action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LibbyLi667 committed Nov 29, 2024
1 parent 53adb42 commit e7e4fc8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Test SSH connection
run: ssh -vT git@github.com
- name: Debug SSH key
run: |
ls -l ~/.ssh
cat ~/.ssh/known_hosts
ssh -vT git@github.com
- name: Clone private repository
run: git clone git@github.com:UoA-eResearch/ceradmin_common.git
Expand Down

0 comments on commit e7e4fc8

Please sign in to comment.