diff --git a/.github/actions/test-coverage/action.yml b/.github/actions/test-coverage/action.yml index ff7ffed7..be7d3a8a 100644 --- a/.github/actions/test-coverage/action.yml +++ b/.github/actions/test-coverage/action.yml @@ -19,7 +19,7 @@ runs: echo "COVERAGE=$(jq '.totals.percent_covered_display|tonumber' coverage.json)" >> $GITHUB_ENV - name: Create coverage badge if: ${{ github.event_name == 'push' }} - uses: schneegans/dynamic-badges-action@v1.1.0 + uses: schneegans/dynamic-badges-action@v1.6.0 with: auth: ${{ inputs.gist-secret }} gistID: b756396efb895f0e34558c980f1ca0c7 @@ -44,6 +44,5 @@ runs: ${{ env.REPORT }} ``` repo-token: ${{ inputs.github-secret }} - repo-token-user-login: 'github-actions[bot]' allow-repeats: false message-id: coverage \ No newline at end of file