diff --git a/.github/workflows/deploy-template-by-pr.yaml b/.github/workflows/deploy-template-by-pr.yaml index a3f8cffa..678f6b42 100644 --- a/.github/workflows/deploy-template-by-pr.yaml +++ b/.github/workflows/deploy-template-by-pr.yaml @@ -87,11 +87,17 @@ jobs: exit 1 ;; esac - body="The active version on ${env_name} is ${{ steps.check_tag.outputs.current_tag }}\nThis PR will deploy ${{ inputs.version }} to ${env_name}" title="${env_name} Release - Update zeva2 image tags to ${{ inputs.version }}" echo "title=$title" >> "$GITHUB_OUTPUT" echo "branch=$branch" >> "$GITHUB_OUTPUT" - echo "body=$body" >> "$GITHUB_OUTPUT" + { + echo "body<> "$GITHUB_OUTPUT" - name: Create pull request to main uses: peter-evans/create-pull-request@v6