diff --git a/.gitea/workflows/convert-to-xml.yml b/.gitea/workflows/convert-to-xml.yml index fd2870d..e04f2b9 100644 --- a/.gitea/workflows/convert-to-xml.yml +++ b/.gitea/workflows/convert-to-xml.yml @@ -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 \ No newline at end of file + git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml" + git push -f origin HEAD:deployed