Skip to content

Commit d472a53

Browse files
short hash
1 parent 23bdbd9 commit d472a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Calculate short hash
1616
run: |
1717
shortHash=$(git rev-parse --short ${{ github.sha }})
18-
echo "COMMIT_SHORT_SHA=$hash" >> $GITHUB_ENV
18+
echo "COMMIT_SHORT_SHA=$shortHash" >> $GITHUB_ENV
1919
- name: SSH setup and run commands
2020
uses: appleboy/ssh-action@v1.0.3
2121
with:

0 commit comments

Comments
 (0)