...
convert-built-to-yml / develop-branch (push) Failing after 19s Details

This commit is contained in:
giles 2023-10-22 23:50:58 +01:00
parent 358130ce41
commit 25c5adeae4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
# git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}