Update action.yml

This commit is contained in:
Kamil Chodoła
2023-04-28 17:09:01 +02:00
committed by GitHub
parent c759811c95
commit f4a8e23ba4

View File

@@ -50,6 +50,6 @@ runs:
MAX_WAIT_MINUTES: ${{ inputs.max_wait_minutes }}
INTERVAL: ${{ inputs.interval }}
TIMEOUT: ${{ inputs.timeout }}
ORG_NAME: ${{ inputs.organization }}
REPO_NAME: ${{ inputs.repository }}
ORG_NAME: ${{ inputs.org_name }}
REPO_NAME: ${{ inputs.repo_name }}
REF: ${{ inputs.ref || github.ref }}