What is the GitHub Actions `workflow_call` event and what inputs/outputs does it support?

Github Hard

Github — Hard

What is the GitHub Actions `workflow_call` event and what inputs/outputs does it support?

Key points

  • `workflow_call` supports typed input parameters for flexibility
  • Secrets forwarding ensures secure data handling
  • Output values enable data exchange between workflows
  • Reusable workflows promote modular composition

Ready to go further?

Related questions