We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9404738 + 296f6b5 commit 8831a68Copy full SHA for 8831a68
1 file changed
{{cookiecutter.project_name}}/.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: 📊 Upload coverage to Codecov
52
uses: codecov/codecov-action@v4
53
env:
54
- CODECOV_TOKEN: ${{ "${{" }} secrets.CODECOV_TOKEN }}
+ CODECOV_TOKEN: ${{ "{{" }} secrets.CODECOV_TOKEN }}
55
if: ${{ "{{" }} env.ENABLE_COVERAGE == 'true' }}
56
with:
57
fail_ci_if_error: true
0 commit comments