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