ohiseewhatyoumean
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-yml / develop-branch (push) Failing after 23s Details

This commit is contained in:
giles 2023-10-21 23:34:46 +01:00
parent a62472ec88
commit 8cce09e1e2
1 changed files with 2 additions and 1 deletions

View File

@ -29,10 +29,11 @@ jobs:
ls
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git config pull.rebase false
git checkout -b ${{ env.PRODUCTION_BRANCH }}
git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git pull origin master
git merge origin master
git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
- name: make pull request
run: |