Skip to content

Commit c550ee8

Browse files
test: try ${{}} format
1 parent 8d990d5 commit c550ee8

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
@@ -21,5 +21,5 @@ jobs:
2121
- name: Upload coverage to Codecov with override
2222
uses: codecov/codecov-action@v3
2323
with:
24-
override_commit: ${GITHUB_SHA}
24+
override_commit: ${{ GITHUB_SHA }}
2525
verbose: true

0 commit comments

Comments
 (0)