From e33b0af6feec857a60ac71466c46fa48af40e95d Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:42:14 +0100 Subject: [PATCH] Update stage.yml --- .github/workflows/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 3d9715d10b..ee55ceb309 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -63,4 +63,4 @@ jobs: - name: Deploy to Staging if: success() run: | - ssh ofn-deploy@${{ inputs.server }} -o LogLevel=ERROR "$GITHUB_REF_NAME ${{ inputs.commit_ref || github.event.pull_request.head.sha }}" + ssh ofn-deploy@${{ inputs.server }} -o LogLevel=ERROR "$GITHUB_REF_NAME ${{ inputs.commit_ref || $GITHUB_SHA }}"