From 56fb10502aac529c699d90170459f70aeca519a0 Mon Sep 17 00:00:00 2001 From: barrfalk Date: Fri, 20 Sep 2024 12:09:30 -0700 Subject: [PATCH] Update merge-hotfix.yml --- .github/workflows/merge-hotfix.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/merge-hotfix.yml b/.github/workflows/merge-hotfix.yml index ba2b65893..81e24bff9 100644 --- a/.github/workflows/merge-hotfix.yml +++ b/.github/workflows/merge-hotfix.yml @@ -29,13 +29,10 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 1 steps: - - uses: actions/checkout@v4 - # Get PR number for squash merges to release + # Get PR number for squash merges to main - name: PR Number id: pr - uses: ./.github/actions/get-pr-number - - name: Set PR Output - run: echo "pr=${{ steps.pr.outputs.pr }}" >> $GITHUB_OUTPUT + uses: bcgov-nr/action-get-pr@v0.0.1 # https://github.com/bcgov/quickstart-openshift-helpers deploy-hotfix: