Skip to content

Commit 5c14c25

Browse files
fix: fix lint jinja2 error
1 parent 98dde35 commit 5c14c25

File tree

1 file changed

+1
-1
lines changed
  • repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows

1 file changed

+1
-1
lines changed

repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: success()
6565
uses: codecov/codecov-action@v4
6666
with:
67-
token: ${{ secrets.CODECOV_TOKEN }}
67+
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
6868
file: ./coverage.xml
6969
flags: unittests
7070

0 commit comments

Comments
 (0)