...
convert-built-to-yml / develop-branch (push) Failing after 16s Details

This commit is contained in:
giles 2023-10-22 23:56:47 +01:00
parent fe896d22e6
commit 052b245abf
1 changed files with 8 additions and 1 deletions

View File

@ -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: