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 }}"