.....
This commit is contained in:
parent
153c6ffa91
commit
25450dc7a2
|
@ -52,6 +52,7 @@ jobs:
|
||||||
git stash
|
git stash
|
||||||
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
||||||
git stash pop
|
git stash pop
|
||||||
|
git add -A
|
||||||
git status
|
git status
|
||||||
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
||||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
|
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
|
||||||
|
|
Loading…
Reference in New Issue