Skip to content

Commit 155d59c

Browse files
committed
minor improvement to pipeline readability
1 parent f220ac4 commit 155d59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: create env file
5757
run: |
58-
echo "GIT_COMMIT_HASH=${{ github.sha }}" >> envfile
58+
echo "GIT_COMMIT_HASH=${{ github.sha }}" >> ./envfile
5959
6060
- name: Docker Stack Deploy
6161
uses: cssnr/stack-deploy-action@v1

0 commit comments

Comments
 (0)