Skip to content

Commit d85345a

Browse files
authored
Issue #26: Migrate to qlty (#31)
## What - Fix CI config.
1 parent a441ac6 commit d85345a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- run: vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
2525
- uses: qltysh/qlty-action/coverage@v1
2626
with:
27-
token: {{secrets.QLTY_COVERAGE_TOKEN}}
27+
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
2828
files: build/logs/clover.xml

0 commit comments

Comments
 (0)