Skip to content

Commit

Permalink
update bash output
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahSiegel committed Feb 19, 2024
1 parent 91422a9 commit 4aa0347
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 "name=$PR_URL" >> $GITHUB_OUTPUT
echo "random-number=$(echo $PR_URL)" >> $GITHUB_OUTPUT

0 comments on commit 4aa0347

Please sign in to comment.