1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01:00

chore: echo sha string

This commit is contained in:
Bo-Yi Wu 2020-02-09 11:29:31 +08:00
parent 242a8e2e57
commit fd81fae289

View file

@ -76,6 +76,7 @@ jobs:
script: |
echo "I am $FOO, thanks"
echo "I am $BAR, thanks"
echo "sha: $SHA"
- name: ssh key passphrase
uses: appleboy/ssh-action@master