..
convert-to-yml / develop-branch (push) Successful in 28s Details

This commit is contained in:
giles 2023-10-22 21:36:38 +01:00
parent f853add5c0
commit 99737b1934
4 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,7 @@ jobs:
- name: GIT commit and push all changed files - name: GIT commit and push all changed files
env: env:
CI_COMMIT_MESSAGE: Development branch built to xml. CI_COMMIT_MESSAGE: Development branch built to xml.
CI_COMMIT_AUTHOR: Continuous Integration
run: | run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com" git config --global user.email "username@users.noreply.github.com"

View File

@ -23,6 +23,7 @@ jobs:
- name: GIT commit and push all changed files - name: GIT commit and push all changed files
env: env:
CI_COMMIT_MESSAGE: approved yml conveted to xml. CI_COMMIT_MESSAGE: approved yml conveted to xml.
CI_COMMIT_AUTHOR: Continuous Integration
run: | run: |
echo ${{ github.ref_name }} echo ${{ github.ref_name }}
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"

View File

@ -39,7 +39,8 @@ jobs:
mv ../cloned/.git . mv ../cloned/.git .
- name: GIT commit and push all changed files - name: GIT commit and push all changed files
env: env:
CI_COMMIT_MESSAGE: converted to yml for review CI_COMMIT_MESSAGE: converted to yml for review.
CI_COMMIT_AUTHOR: Continuous Integration
run: | run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com" git config --global user.email "username@users.noreply.github.com"

View File

@ -37,6 +37,7 @@ jobs:
- name: GIT commit and push all changed files - name: GIT commit and push all changed files
env: env:
CI_COMMIT_MESSAGE: Reopened PR copnverted to xml. CI_COMMIT_MESSAGE: Reopened PR copnverted to xml.
CI_COMMIT_AUTHOR: Continuous Integration
run: | run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com" git config --global user.email "username@users.noreply.github.com"