From f1e55e8cad63fe88d07ae9a26243b6209da0093c Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Sun, 22 Oct 2023 16:12:03 +0000 Subject: [PATCH] Continuous Integration Build Artifacts xml files converted to yml --- .gitea/workflows/pr-closed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml index 2dc4b77..52938ac 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -25,7 +25,7 @@ jobs: run: | firstString=${{ github.head_ref }} secondString="build-" - echo ::set-env name=BUILD_BRANCH::${firstString/format-/"$secondString"} + echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"} - name: delete build branch run: git push origin --delete ${{ env.BUILD_BRANCH }} \ No newline at end of file