build/1002 -> develop/1002
build-develop-branch / build-branch (push) Successful in 29s Details

This commit is contained in:
batch-bot 2023-10-23 12:07:16 +00:00
parent 7ffe27e53e
commit 4f7a4d739f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jobs:
mv ../cloned/.git .
git status
git add -A
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};