Skip to content

Commit 1c38c9b

Browse files
committed
Into one line
1 parent ff8a18d commit 1c38c9b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)