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 bace42c commit 7c943c9Copy full SHA for 7c943c9
.github/workflows/badges.yml
@@ -18,7 +18,7 @@ jobs:
18
run: npm run update-badges
19
20
- name: Commit any changed files 💾
21
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
22
with:
23
commit_message: Updated badges
24
branch: main
.github/workflows/render-charts.yml
@@ -22,7 +22,7 @@ jobs:
- run: git status
- name: Commit rendered png and svg files
25
26
27
file_pattern: '*[.svg,.png]'
28
0 commit comments