fix: workflow fixes

This commit is contained in:
sriram veeraghanta 2024-04-29 18:33:09 +05:30
parent 16b43c7b02
commit 392075a9eb

View File

@ -74,6 +74,8 @@ jobs:
- name: Merge Change to Target Branch
if: env.HAS_CONFLICTS == 'false'
run: |
git config user.name "$ACCOUNT_USER_NAME"
git config user.email "$ACCOUNT_USER_EMAIL"
git commit -m "Merge branch '$SOURCE_BRANCH' into $TARGET_BRANCH"
git push origin $TARGET_BRANCH