Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 11e9446

Browse files
authored
Fix script
1 parent 2fe20c7 commit 11e9446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
git config user.name "github-actions[bot]"
8686
git config user.email "github-actions[bot]@users.noreply.github.com"
8787
git add .
88-
git commit -m "Updated image paths || echo "No changes to commit"
88+
git commit -m "Updated image paths" || echo "No changes to commit"
8989
9090
- name: Push changes to JSON branch
9191
run: |

0 commit comments

Comments
 (0)