....
convert-to-yml / format-branch (push) Successful in 19s Details

This commit is contained in:
giles 2023-10-21 16:56:08 +01:00
parent d3f12f33d1
commit 76d54c27cc
1 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on:
branches:
- master
jobs:
convert-to-xml:
format-branch:
runs-on: ubuntu-latest
steps:
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
@ -22,8 +22,9 @@ jobs:
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
CI_COMMIT_AUTHOR: Continuous Integration
run: |
ls
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git push -f origin HEAD:deployed
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml"
git push -f origin HEAD:deployed