Skip to content

Commit 8f86b7e

Browse files
committed
Missing $
1 parent 597d07a commit 8f86b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
run: make dev-dependencies
3030
- uses: qltysh/qlty-action/coverage@v1
3131
with:
32-
token: {{secrets.QLTY_COVERAGE_TOKEN}}
32+
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
3333
files: coverage.lcov

0 commit comments

Comments
 (0)