Skip to content

Commit

Permalink
drop display
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Sep 21, 2023
1 parent 3d03177 commit 20a0037
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/start-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,8 @@ jobs:
sha: '${{ env.commit_hash }}'

- name: Open a pull request
id: pull
uses: tretuna/[email protected]
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: 'rc-${{ inputs.release_version }}'
TO_BRANCH: 'stage'

- name: Display PR URL
run: |
echo 'PR created: ${{ steps.pull.outputs.PULL_REQUEST_URL }}' >> "$GITHUB_STEP_SUMMARY"

0 comments on commit 20a0037

Please sign in to comment.