From 76d54c27cc2d5a873505533318c3ecc43ff7df72 Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 16:56:08 +0100 Subject: [PATCH] .... --- .gitea/workflows/convert-to-xml.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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