File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 BRANCH=${GITHUB_REF##*/}
1515 echo $BRANCH
1616 VERSION=${BRANCH#'release/'}
17- echo ::set-output name=result::" Release: ${VERSION}"
17+ echo "result= Release: ${VERSION}" >> "${GITHUB_OUTPUT }"
1818 id : title
1919 - name : Create Pull Request
2020 run : gh pr create --title "${{ steps.title.outputs.result }}" --body-file ./.github/release-pull-request-template.md
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ if $INPUT_GENERATE_ZIP; then
159159 echo " Generating zip file..."
160160 cd " $SVN_DIR /trunk" || exit
161161 zip -r " ${GITHUB_WORKSPACE} /${SLUG} .zip" .
162- echo " ::set-output name= zip-path:: ${GITHUB_WORKSPACE} /${SLUG} .zip"
162+ echo " zip-path= ${GITHUB_WORKSPACE} /${SLUG} .zip" >> " ${GITHUB_OUTPUT} "
163163 echo " ✓ Zip file generated!"
164164fi
165165
You can’t perform that action at this time.
0 commit comments