We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85e3f4 commit e725aa2Copy full SHA for e725aa2
1 file changed
.github/workflows/release-pull-request.yml
@@ -14,7 +14,7 @@ jobs:
14
BRANCH=${GITHUB_REF##*/}
15
echo $BRANCH
16
VERSION=${BRANCH#'release/'}
17
- echo ::set-output name=result::"Release: ${VERSION}"
+ echo "result=Release: ${VERSION}" >> "${GITHUB_OUTPUT}"
18
id: title
19
- name: Create Pull Request
20
run: gh pr create --title "${{ steps.title.outputs.result }}" --body-file ./.github/release-pull-request-template.md
0 commit comments