From f4a8e23ba49c317baf964e888768ff75fa6172cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Chodo=C5=82a?= <43241881+kamilchodola@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:09:01 +0200 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cf660e7..783784a 100644 --- a/action.yml +++ b/action.yml @@ -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 }}