Fixing value for pr_url.
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@ outputs:
|
|||||||
value: ${{ steps.set-pr-output.outputs.pr_number }}
|
value: ${{ steps.set-pr-output.outputs.pr_number }}
|
||||||
pr_url:
|
pr_url:
|
||||||
description: The URL for the PR index/number that exists or was created
|
description: The URL for the PR index/number that exists or was created
|
||||||
value: ${{ steps.set-pr-output.outputs.pr_url }}
|
value: ${{ steps.pr-creation.outputs.pr_url }}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
@@ -116,7 +116,7 @@ runs:
|
|||||||
-o simple \
|
-o simple \
|
||||||
| egrep '${created_pr_index}' | awk '{print $2}')
|
| egrep '${created_pr_index}' | awk '{print $2}')
|
||||||
|
|
||||||
echo "PR Created 🎫 (PR \#$created_pr_index)"
|
echo "PR Created 🎫 (PR \#$created_pr_index) - $created_pr_url"
|
||||||
echo "created_pr_index=$created_pr_index" >> $GITHUB_OUTPUT
|
echo "created_pr_index=$created_pr_index" >> $GITHUB_OUTPUT
|
||||||
echo "pr_url=$created_pr_url" >> $GITHUB_OUTPUT
|
echo "pr_url=$created_pr_url" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user