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 c7cf12a commit c3b831aCopy full SHA for c3b831a
.github/workflows/coverage-badge.yaml
@@ -50,7 +50,14 @@ jobs:
50
51
- name: Create Pull Request
52
if: steps.changed_files.outputs.files_changed == 'true'
53
- uses: peter-evans/create-pull-request@v4
+ uses: peter-evans/create-pull-request@v6
54
with:
55
token: ${{ secrets.GITHUB_TOKEN }}
56
title: "[Automatic] Coverage Badge Update"
57
+ commit-message: "Updated coverage.svg"
58
+ branch: create-pull-request/coverage-badge-update
59
+ delete-branch: true
60
+ body: |
61
+ This is an automated pull request to update the coverage badge.
62
+
63
+ - Updated coverage.svg based on latest test results
0 commit comments