From a208b4684987d44e9c0823b44e99d9f4eac81e3d Mon Sep 17 00:00:00 2001 From: Josiah Siegel Date: Mon, 19 Feb 2024 16:12:39 -0500 Subject: [PATCH] update bash output --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 573a91a..63a2322 100644 --- a/action.yml +++ b/action.yml @@ -25,10 +25,12 @@ inputs: outputs: PRURL: description: 'The URL of the created pull request' + value: ${{ steps.create_pr.outputs.PR_URL }} runs: using: 'composite' steps: - name: Create Pull Request + id: create_pr shell: bash run: bash create-pr.sh env: