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