From 4aa03471a304524b4805528969943c8702d57c70 Mon Sep 17 00:00:00 2001 From: Josiah Siegel Date: Mon, 19 Feb 2024 16:12:39 -0500 Subject: [PATCH] update bash output --- create-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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