Merge pull request 'product-development' (#58) from product-development into master
convert-to-xml / format-branch (push) Failing after 17s
Details
convert-to-xml / format-branch (push) Failing after 17s
Details
Reviewed-on: #58
This commit is contained in:
commit
e594a14b66
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
jobs:
|
||||
format-branch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
|
||||
|
@ -21,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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue