Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-pthai-it committed Jun 16, 2024
1 parent 74cf64a commit ea3678f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "$SSH_PRIVATE_KEY_LOCALCOMPUTER"
- run: echo "$DAY_OF_WEEK"
- run: ssh-agent -s
- run: eval $(ssh-agent -s)
- run: ssh-add <(echo "$SSH_PRIVATE_KEY_LOCALCOMPUTER")
- run: ssh-keyscan -H $MY_VPS_IP_ADDRESS >> ~/.ssh/known_hosts
Expand Down

0 comments on commit ea3678f

Please sign in to comment.