Skip to content

Commit

Permalink
Update .github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
just-pthai-it authored Jul 16, 2024
1 parent c8ebca1 commit bd252ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/.github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: |
eval $(ssh-agent -s)
ssh-add <(echo "$SSH_PRIVATE_KEY_LOCALCOMPUTER")
- run: eval $(ssh-agent -s)
- run: ssh-add <(echo "$SSH_PRIVATE_KEY_LOCALCOMPUTER")
- run: mkdir -p ~/.ssh
Expand Down

0 comments on commit bd252ad

Please sign in to comment.