Update stage.yml

This commit is contained in:
Matt-Yorkley
2023-08-11 13:44:38 +01:00
committed by GitHub
parent e33b0af6fe
commit 7084d0cb40

View File

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