Update stage.yml

This commit is contained in:
Matt-Yorkley
2023-08-11 13:42:14 +01:00
committed by GitHub
parent 6dfeecead1
commit e33b0af6fe

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.event.pull_request.head.sha }}"
ssh ofn-deploy@${{ inputs.server }} -o LogLevel=ERROR "$GITHUB_REF_NAME ${{ inputs.commit_ref || $GITHUB_SHA }}"