Skip to content

Commit 67b8913

Browse files
committed
fix indentation
1 parent 4a881a1 commit 67b8913

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: codecov/codecov-action@v4
5555
if: {% raw %}${{ matrix.python-version == '3.11' }}{% endraw %}
5656
env:
57-
{% raw %}CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}{% endraw %}
57+
{% raw %}CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}{% endraw %}
5858
{%- endif %}
5959

6060
{%- if cookiecutter.mkdocs == "y" %}

0 commit comments

Comments
 (0)