Skip to content

Commit 6837701

Browse files
committed
Add double quote
1 parent a866b25 commit 6837701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-simple-commit-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
test "$COMMIT_MSG" = "Commit message for testing"
8282
8383
- name: 'Test-03: set hash before'
84-
run: echo "HASH_BEFORE=$(git rev-parse HEAD)" >> $GITHUB_ENV
84+
run: echo "HASH_BEFORE=$(git rev-parse HEAD)" >> "$GITHUB_ENV"
8585

8686
- name: 'Test-03: no changes'
8787
uses: satt-dots/simple-commit-and-push@main # TODO: change to tag `v1`

0 commit comments

Comments
 (0)