Update action.yml

This commit is contained in:
Kamil Chodoła
2023-04-26 20:05:36 +02:00
committed by GitHub
parent 31fa7f62bc
commit 45e5fb1250

View File

@@ -36,4 +36,4 @@ runs:
MAX_WAIT_MINUTES: ${{ inputs.max_wait_minutes }}
ORG_NAME: ${{ inputs.organization }}
REPO_NAME: ${{ inputs.repository }}
REF: ${{ inputs.ref }
REF: ${{ inputs.ref || github.ref }}