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 a26bfdf commit e27a3b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/.github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- run: cat /proc/$$/stat | awk '{print $6}'
- run: cat /proc/$$/stat | awk '{print $6}'
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: export ABC=abc
- run: env
- run: |
eval $(ssh-agent -s)
ssh-add <(echo "$SSH_PRIVATE_KEY_LOCALCOMPUTER")
Expand Down

0 comments on commit e27a3b3

Please sign in to comment.