From d7172b2b47a56058b7029231a369b1ff4b42cd61 Mon Sep 17 00:00:00 2001 From: Josiah Siegel Date: Mon, 19 Feb 2024 13:17:11 -0500 Subject: [PATCH] update gh output syntax --- create-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-pr.sh b/create-pr.sh index 00aa801..2a5ff2a 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 "::set-output name=PRURL::$PR_URL" +echo "name=$PR_URL" >> $GITHUB_OUTPUT