Skip to content

Commit ff6417a

Browse files
fix(ci): correct syntax in progress badge update script
1 parent 84c071e commit ff6417a

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)