reuse-action icon indicating copy to clipboard operation
reuse-action copied to clipboard

Add workflow_call to actions workflow example

Open mschoettle opened this issue 10 months ago • 2 comments

Allows the workflow to be called from another workflow.

I copied the given example into its own workflow inside our .github repository of our organization. Calling it from another workflow didn't work because workflow_call was missing.

Not necessary, but could be nice to have this in the example.

mschoettle avatar Feb 24 '25 21:02 mschoettle

/cc @mxmehl @carmenbianca

mschoettle avatar Apr 11 '25 13:04 mschoettle

This pull request makes a minor update to the workflow documentation in README.md to allow the lint workflow to be triggered by reusable workflow calls.

  • Documentation update: The workflow trigger in the example .yml file now includes workflow_call, enabling the workflow to be invoked by other workflows. React.app.txt Google Gemini.md index.html

JaclynCodes avatar Oct 14 '25 03:10 JaclynCodes