Skip to content

Commit 1688276

Browse files
committed
fix ambiguous redirect
1 parent 39feeb8 commit 1688276

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: Get Hash
3838
id: hash
3939
run: |
40-
echo 'git_hash=$(git rev-parse --short "$GITHUB_SHA")' >> $GITHUB_HASH
41-
echo "GITHUB_HASH: $GITHUB_HASH"
40+
echo 'git_hash=$(git rev-parse --short "$GITHUB_SHA")'
4241
4342
- name: Create commit status
4443
run: |

0 commit comments

Comments
 (0)