We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b1133 commit fb613b1Copy full SHA for fb613b1
.github/workflows/coverage-badge.yaml
@@ -45,9 +45,9 @@ jobs:
45
git add coverage.svg
46
git commit -m "Updated coverage.svg"
47
48
- - name: Push changes
+ - name: Create Pull Request
49
if: steps.changed_files.outputs.files_changed == 'true'
50
- uses: ad-m/github-push-action@master
+ uses: peter-evans/create-pull-request@v4
51
with:
52
- github_token: ${{ secrets.CI_PUSH_TOKEN }}
53
- branch: ${{ github.ref }}
+ token: ${{ secrets.GITHUB_TOKEN }}
+ title: "[Automatic] Coverage Badge Update"
0 commit comments