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

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo authored Nov 26, 2024
1 parent 2fe20c7 commit 11e9446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Updated image paths || echo "No changes to commit"
git commit -m "Updated image paths" || echo "No changes to commit"
- name: Push changes to JSON branch
run: |
Expand Down

0 comments on commit 11e9446

Please sign in to comment.