diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index d8592c1..5733b50 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -20,7 +20,7 @@ jobs: run: | firstString=${{ github.ref_name }} secondString="develop-" - echo ::set-env production_branch=${firstString/format-/"$secondString"} + echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts @@ -31,4 +31,4 @@ jobs: git config --global user.email "username@users.noreply.github.com" git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f origin HEAD:${{ env.production_branch }} \ No newline at end of file + git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} \ No newline at end of file