Skip to content

Commit

Permalink
Make it fail silently
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 25, 2024
1 parent 8be26d9 commit 1ea903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-catalogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
git config --global user.name "github-actions[bot]"
git add src/data/catalogs.json
git commit -m "Update catalogs.json"
git push origin HEAD:l10n_main
git push origin HEAD:l10n_main || true
fi

0 comments on commit 1ea903e

Please sign in to comment.