From 56b429903f6a07a990ab613c16c8d577ccd21d20 Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Thu, 13 Apr 2023 12:37:56 +0200 Subject: [PATCH] Add expression needed to download from workflow_run triggering workflow --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3195edb..913104f3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar # Optional, defaults to all types event: push # Optional, will use specified workflow run + # use ${{ github.event.workflow_run.id }} when your action runs in a workflow_run event + # and wants to download from the triggering workflow run run_id: 1122334455 # Optional, run number from the workflow run_number: 34