Skip to content

Commit fb613b1

Browse files
committed
Switch to automated PR for coverage update
1 parent 69b1133 commit fb613b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
git add coverage.svg
4646
git commit -m "Updated coverage.svg"
4747
48-
- name: Push changes
48+
- name: Create Pull Request
4949
if: steps.changed_files.outputs.files_changed == 'true'
50-
uses: ad-m/github-push-action@master
50+
uses: peter-evans/create-pull-request@v4
5151
with:
52-
github_token: ${{ secrets.CI_PUSH_TOKEN }}
53-
branch: ${{ github.ref }}
52+
token: ${{ secrets.GITHUB_TOKEN }}
53+
title: "[Automatic] Coverage Badge Update"

0 commit comments

Comments
 (0)