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 a441ac6 commit d85345aCopy full SHA for d85345a
.github/workflows/tests.yml
@@ -24,5 +24,5 @@ jobs:
24
- run: vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
25
- uses: qltysh/qlty-action/coverage@v1
26
with:
27
- token: {{secrets.QLTY_COVERAGE_TOKEN}}
+ token: ${{secrets.QLTY_COVERAGE_TOKEN}}
28
files: build/logs/clover.xml
0 commit comments