Skip to content

Commit

Permalink
chores: 参数错误修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangjj1996 committed Aug 27, 2024
1 parent 4f57137 commit af1bfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
touch ~/.ssh/known_hosts &&
ssh-keyscan -H "$HOST" >>~/.ssh/known_hosts
env:
IP: ${{ secrets.HOST }}
HOST: ${{ secrets.HOST }}

- name: Deploy to Server
uses: easingthemes/ssh-deploy@main
Expand Down

0 comments on commit af1bfe4

Please sign in to comment.