...
convert-built-to-yml / develop-branch (push) Failing after 19s
Details
convert-built-to-yml / develop-branch (push) Failing after 19s
Details
This commit is contained in:
parent
358130ce41
commit
25c5adeae4
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue