Skip to content

Commit

Permalink
Add expression needed to download from workflow_run triggering workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Apr 13, 2023
1 parent 7132ab5 commit 56b4299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 56b4299

Please sign in to comment.