Skip to content

Commit

Permalink
Merge pull request #236 from EnricoMi/runid-from-workflow_run-example
Browse files Browse the repository at this point in the history
Add expression needed to download from workflow_run triggering workflow
  • Loading branch information
dawidd6 committed Apr 13, 2023
2 parents 7132ab5 + 56b4299 commit 021af15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 021af15

Please sign in to comment.