From f9efa6c0c302554e249702da49734776b11418b3 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:34:38 +0100 Subject: [PATCH] hopefully this will sort it --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index f080f99..3b482db 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -69,7 +69,7 @@ jobs: run: | firstString=${{ github.ref_name }} secondString="build-" - echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"} + echo ::set-env name=BUILD_BRANCH::${firstString/format-/"$secondString"} - name: GIT commit and push all changes env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts