Skip to content

Commit

Permalink
update gh output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahSiegel committed Feb 19, 2024
1 parent 23b0634 commit d7172b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ PR_OUTPUT=$(gh pr create \
PR_URL=$(echo "$PR_OUTPUT" | grep -o 'https://github.com/[^ ]*')

# Set the PR URL as the output
echo "::set-output name=PRURL::$PR_URL"
echo "name=$PR_URL" >> $GITHUB_OUTPUT

0 comments on commit d7172b2

Please sign in to comment.