Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored Apr 28, 2023
1 parent c759811 commit f4a8e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f4a8e23

Please sign in to comment.