chore: echo sha string

This commit is contained in:
Bo-Yi Wu 2020-02-09 11:29:31 +08:00
parent 242a8e2e57
commit fd81fae289
1 changed files with 1 additions and 0 deletions

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