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 5dcb443 commit 9baa2b0Copy full SHA for 9baa2b0
.github/workflows/codacy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run Codacy CLI
24
uses: codacy/codacy-cli-v2-action@tests
25
with:
26
- project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
+ project_token: ${{ secrets.CODACY_PROJECT_TOKEN }}
27
tool: eslint
28
upload_report: true
29
0 commit comments