From 7084d0cb40e64548d6b355cd70cf7befffbab4ce Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:44:38 +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 ee55ceb309..9a08454587 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_SHA }}" + ssh ofn-deploy@${{ inputs.server }} -o LogLevel=ERROR "$GITHUB_REF_NAME ${{ inputs.commit_ref || vars.GITHUB_SHA }}"