Passing data to reusable workflows

Reusable workflows accept data via inputs

  1. First, let’s add an inputs array to our reusable workflow on:workflow_call: event
  2. Next, we pass those input values to the Action steps: ${{ inputs.<input-name> }}
  3. Then we’ll add matching with and secrets key:values to our calling workflow
slide 73 (click 0 of 3)