We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61e1e6 commit 39feeb8Copy full SHA for 39feeb8
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Get Hash
38
id: hash
39
run: |
40
- echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_HASH
+ echo 'git_hash=$(git rev-parse --short "$GITHUB_SHA")' >> $GITHUB_HASH
41
echo "GITHUB_HASH: $GITHUB_HASH"
42
43
- name: Create commit status
0 commit comments