Skip to content

Commit

Permalink
Merge pull request #144 from ACCESS-NRI/dependabot/github_actions/app…
Browse files Browse the repository at this point in the history
…leboy/ssh-action-1.0.0

Bump appleboy/ssh-action from 0.1.7 to 1.0.0
  • Loading branch information
rbeucher committed Dec 4, 2023
2 parents c373b60 + d80a323 commit f5fea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gadi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
KEY: ${{secrets.DEPLOY_KEY}}
USER: ${{secrets.GADI_USER}}
- name: Update catalog
uses: appleboy/ssh-action@v0.1.7
uses: appleboy/ssh-action@v1.0.0
with:
host: gadi.nci.org.au
username: ${{secrets.GADI_USER}}
Expand Down

0 comments on commit f5fea80

Please sign in to comment.