Skip to content

Commit 8c022ff

Browse files
committed
fix: Dynamic Badges Action Tag Name
1 parent 37f1dcf commit 8c022ff

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

{{ cookiecutter.package_name }}/.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: poetry run python print-coverage.py >> $GITHUB_ENV
3131
- name: Create coverage badge
3232
if: {{ '${{' }} github.repository == '{{ cookiecutter.github_account }}/{{ cookiecutter.package_name }}' && github.event_name == 'push' && runner.os == 'Linux' }}
33-
uses: schneegans/dynamic-badges-action@1.7.0
33+
uses: schneegans/dynamic-badges-action@v1.7.0
3434
with:
3535
auth: {{ '${{ secrets.GIST_SECRET }}' }}
3636
gistID: {{ cookiecutter.coverage_gist }}

0 commit comments

Comments
 (0)