Skip to content

Commit 994430d

Browse files
committed
Fix QLTY build
The docs were wrong
1 parent d26e97e commit 994430d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: bundle exec rspec
2121
- uses: qltysh/qlty-action/coverage@v1
2222
with:
23-
token: {{secrets.QLTY_COVERAGE_TOKEN}}
23+
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
2424
files: coverage/.resultset.json
2525

2626
rubocop:

0 commit comments

Comments
 (0)