Skip to content

Commit

Permalink
Update github-actions.yml : username
Browse files Browse the repository at this point in the history
  • Loading branch information
pingowl authored Oct 2, 2023
1 parent 8d193fb commit 3eba561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: root
username: ubuntu
key: ${{ secrets.KEY }}
script: |
sudo docker rm -f $(docker ps -qa)
Expand Down

0 comments on commit 3eba561

Please sign in to comment.