mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
Update sync-to-mirrors.sh
This commit is contained in:
@@ -98,7 +98,7 @@ while read -r PLUGIN_NAME; do
|
||||
|
||||
if [[ -n "$FORCE_COMMIT" || -n "$(git status --porcelain)" ]]; then
|
||||
echo "Committing to $PLUGIN_NAME"
|
||||
if git commit --quiet $FORCE_COMMIT --author="${COMMIT_ORIGINAL_AUTHOR}" -m "${COMMIT_MESSAGE}" -S &&
|
||||
if git commit --quiet $FORCE_COMMIT --author="${COMMIT_ORIGINAL_AUTHOR}" -m "${COMMIT_MESSAGE}" &&
|
||||
{ [[ -z "$CI" ]] || git push origin "$BRANCH"; } # Only do the actual push from the GitHub Action
|
||||
then
|
||||
# echo "$BUILD_BASE/changes.diff"
|
||||
|
||||
Reference in New Issue
Block a user