Skip to content

Commit 021af15

Browse files
authored
Merge pull request dawidd6#236 from EnricoMi/runid-from-workflow_run-example
Add expression needed to download from workflow_run triggering workflow
2 parents 7132ab5 + 56b4299 commit 021af15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
3838
# Optional, defaults to all types
3939
event: push
4040
# Optional, will use specified workflow run
41+
# use ${{ github.event.workflow_run.id }} when your action runs in a workflow_run event
42+
# and wants to download from the triggering workflow run
4143
run_id: 1122334455
4244
# Optional, run number from the workflow
4345
run_number: 34

0 commit comments

Comments
 (0)