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 597d07a commit 8f86b7eCopy full SHA for 8f86b7e
.github/workflows/python-quality.yml
@@ -29,5 +29,5 @@ jobs:
29
run: make dev-dependencies
30
- uses: qltysh/qlty-action/coverage@v1
31
with:
32
- token: {{secrets.QLTY_COVERAGE_TOKEN}}
+ token: ${{secrets.QLTY_COVERAGE_TOKEN}}
33
files: coverage.lcov
0 commit comments