Skip to content

Commit

Permalink
Update learn-github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherbaier authored Feb 2, 2024
1 parent 2a65431 commit c7c0aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: print out example job
uses: appleboy/[email protected]
with:
host: ${{ inputs.hostname }}
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
Expand Down

0 comments on commit c7c0aab

Please sign in to comment.