From 0951c64ae08fbd727d1525fa0ebd50294c6f2c16 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:01:55 +0100 Subject: [PATCH] .. --- .gitea/workflows/convert-to-xml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-xml.yml b/.gitea/workflows/convert-to-xml.yml index e68d55e..e7ae356 100644 --- a/.gitea/workflows/convert-to-xml.yml +++ b/.gitea/workflows/convert-to-xml.yml @@ -28,4 +28,4 @@ jobs: git config --global user.email "username@users.noreply.github.com" git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml" - git push -f origin HEAD:ref/heads/deployed-${{ github.ref_name }} + git push -f origin HEAD:refs/heads/deployed-${{ github.ref_name }}