From 18ac55abf0152c1b12ab0862031a6ff9f68a55e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Chodo=C5=82a?= <43241881+kamilchodola@users.noreply.github.com> Date: Wed, 26 Apr 2023 19:26:01 +0200 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 20dd964..9828003 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,7 @@ runs: env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} WORKFLOW_ID: ${{ inputs.workflow_id }} + RUN_ID: ${{ inputs.run_id }} MAX_WAIT_MINUTES: ${{ inputs.max_wait_minutes }} ORG_NAME: ${{ inputs.organization }} REPO_NAME: ${{ inputs.repository }}