build/1002 -> develop/1002
build-develop-branch / build-branch (push) Successful in 29s
Details
build-develop-branch / build-branch (push) Successful in 29s
Details
This commit is contained in:
parent
7ffe27e53e
commit
4f7a4d739f
|
@ -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 }};
|
||||
|
|
Loading…
Reference in New Issue