Skip to content

Commit

Permalink
docs: remove slashes from secret interpolation (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
italoiz committed Mar 28, 2022
1 parent cab9a82 commit 6ece22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/configuration.md
Expand Up @@ -17,7 +17,7 @@ GitHub token. Required parameter. By default, you can use standard GitHub-provid
```yaml
- uses: artiomtr/jest-coverage-report-action@v2
with:
github-token: \${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
```

## threshold
Expand Down

0 comments on commit 6ece22a

Please sign in to comment.