Skip to content

Commit 9ef6b49

Browse files
committed
Appended sync src path to commit msg
1 parent fb4cf9f commit 9ef6b49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-remove-json-keys.py-changes-to-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
fi
9898
done
9999
git diff-index --quiet HEAD || (echo "Committing changes" && \
100-
git commit -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/python-utils]")
100+
git commit -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/remove-json-keys]")
101101
git remote set-url --push origin "https://kudo-sync-bot:${{ secrets.REPO_SYNC_PAT }}@github.com/$repo"
102102
echo "Pushing changes"
103103
git push --force

.github/workflows/sync-translate-en-messages.py-changes-to-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
fi
9898
done
9999
git diff-index --quiet HEAD || (echo "Committing changes" && \
100-
git commit -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/python-utils]")
100+
git commit -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]")
101101
git remote set-url --push origin "https://kudo-sync-bot:${{ secrets.REPO_SYNC_PAT }}@github.com/$repo"
102102
echo "Pushing changes"
103103
git push --force

0 commit comments

Comments
 (0)