We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a866b25 commit 6837701Copy full SHA for 6837701
1 file changed
.github/workflows/test-simple-commit-and-push.yml
@@ -81,7 +81,7 @@ jobs:
81
test "$COMMIT_MSG" = "Commit message for testing"
82
83
- name: 'Test-03: set hash before'
84
- run: echo "HASH_BEFORE=$(git rev-parse HEAD)" >> $GITHUB_ENV
+ run: echo "HASH_BEFORE=$(git rev-parse HEAD)" >> "$GITHUB_ENV"
85
86
- name: 'Test-03: no changes'
87
uses: satt-dots/simple-commit-and-push@main # TODO: change to tag `v1`
0 commit comments