From 913a218831437fa9de067b7b19128efc581f5c8d Mon Sep 17 00:00:00 2001 From: Gabe <41127686+Zidious@users.noreply.github.com> Date: Fri, 13 Oct 2023 21:57:44 +0100 Subject: [PATCH] amend gh line --- .github/actions/get-version-number-and-issue-url-v1/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get-version-number-and-issue-url-v1/action.yml b/.github/actions/get-version-number-and-issue-url-v1/action.yml index e7ca9d11..93ef2008 100644 --- a/.github/actions/get-version-number-and-issue-url-v1/action.yml +++ b/.github/actions/get-version-number-and-issue-url-v1/action.yml @@ -38,4 +38,4 @@ runs: fi # Get the version number from the pull request title e.g. 1.33.7 - echo "version-number=$(gh pr view $pullRequestID --repo ${{ github.repository }} --json title --jq '.title' | grep grep -E -o '\d+.\d+.\d+' | awk '{print $NF}')" >> $GITHUB_OUTPUT + echo "version-number=$(gh pr view $pullRequestID --repo ${{ github.repository }} --json title --jq '.title' | grep grep -E -o '\d+.\d+.\d+')" >> $GITHUB_OUTPUT