...
convert-built-to-yml / develop-branch (push) Failing after 16s
Details
convert-built-to-yml / develop-branch (push) Failing after 16s
Details
This commit is contained in:
parent
fe896d22e6
commit
052b245abf
|
@ -15,6 +15,14 @@ jobs:
|
||||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
- name: GIT push
|
||||||
|
env:
|
||||||
|
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||||
|
CI_COMMIT_AUTHOR: Continuous Integration
|
||||||
|
run: |
|
||||||
|
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||||
|
git config --global user.email "username@users.noreply.github.com"
|
||||||
|
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
|
||||||
- uses: http://sigyl.com:3000/actions/batch2yaml@master
|
- uses: http://sigyl.com:3000/actions/batch2yaml@master
|
||||||
with:
|
with:
|
||||||
action: yml
|
action: yml
|
||||||
|
@ -34,7 +42,6 @@ jobs:
|
||||||
# git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
# git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
||||||
git add -A
|
git add -A
|
||||||
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 pull origin ${{ env.DEVELOPMENT_BRANCH }}
|
|
||||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
|
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
|
||||||
#- name: push development
|
#- name: push development
|
||||||
# env:
|
# env:
|
||||||
|
|
Loading…
Reference in New Issue