v5.1.1
Fixed
- Updated example workflow to use the
inputs
context instead ofgithub.event.inputs
. This is now possible because GitHub unified their Actions inputs across manual and reusable workflows.
inputs
context instead of github.event.inputs
. This is now possible because GitHub unified their Actions inputs across manual and reusable workflows.