Skip to content

Commit 6a49098

Browse files
Merge pull request #177 from amclin/feat/status-badges
fix(ci): correct syntax in progress badge update script
2 parents 0341ac5 + ff6417a commit 6a49098

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-badges.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ jobs:
3232

3333
- uses: stefanzweifel/git-auto-commit-action@v4
3434
name: Push changes # Step that pushes these local changes back to your github repo
35-
commit_message: "docs: Update badges [skip ci]"
36-
file_pattern: README.md
35+
with:
36+
commit_message: 'docs: Update badges [skip ci]'
37+
file_pattern: README.md

0 commit comments

Comments
 (0)