Skip to content

Commit c0a03c6

Browse files
authored
Commit badge
1 parent 07db59a commit c0a03c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
with:
3737
generate-branches-badge: true
3838
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
39+
40+
- name: Commit and push the badge (if it changed)
41+
uses: EndBug/add-and-commit@v7
42+
with:
43+
default_author: github_actions
44+
message: 'commit badge'
45+
add: '*.svg'
3946

4047
- name: Upload Artifacts
4148
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)