We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37f1dcf + 8c022ff commit 6bfaaccCopy full SHA for 6bfaacc
{{ cookiecutter.package_name }}/.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
run: poetry run python print-coverage.py >> $GITHUB_ENV
31
- name: Create coverage badge
32
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
+ uses: schneegans/dynamic-badges-action@v1.7.0
34
with:
35
auth: {{ '${{ secrets.GIST_SECRET }}' }}
36
gistID: {{ cookiecutter.coverage_gist }}
0 commit comments