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

This commit is contained in:
giles 2023-10-22 18:44:57 +01:00
parent 153c6ffa91
commit 25450dc7a2
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ jobs:
git stash
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
git stash pop
git add -A
git status
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}