showauthor
convert-to-yml / develop-branch (push) Successful in 32s Details

This commit is contained in:
giles 2023-10-23 13:06:45 +01:00
parent 4d529b6c5f
commit 1a50032b4d
1 changed files with 1 additions and 1 deletions

View File

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