diff --git a/.gitea/workflows/convert-built-to-yml.yml b/.gitea/workflows/convert-built-to-yml.yml index 4802061..4c0461f 100644 --- a/.gitea/workflows/convert-built-to-yml.yml +++ b/.gitea/workflows/convert-built-to-yml.yml @@ -22,8 +22,8 @@ jobs: - name: get development branch name run: | firstString=${{ github.ref_name }} - secondString="build-" - echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format-/"$secondString"} + secondString="development-" + echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/build-/"$secondString"} - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: converted to yml for review.