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

This commit is contained in:
giles 2023-10-22 18:40:34 +01:00
parent 7fe5b38a43
commit 439c44fe31
1 changed files with 4 additions and 2 deletions

View File

@ -47,9 +47,11 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git fetch
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
git fetch depth=1
git add -A
git stash
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
git stash pop
git status
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}