Update stage.yml

This commit is contained in:
Matt-Yorkley
2023-08-11 13:50:34 +01:00
committed by GitHub
parent 99907dc3a6
commit 613802f477

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