diff --git a/create-pr.sh b/create-pr.sh index 2a5ff2a..24bc6d3 100644 --- a/create-pr.sh +++ b/create-pr.sh @@ -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