Skip to content

Commit

Permalink
Update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 8, 2022
1 parent 4e8f52f commit b8edf5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/test-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit b8edf5a

Please sign in to comment.