Skip to content

Commit 39feeb8

Browse files
committed
fix linting
1 parent b61e1e6 commit 39feeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)