workflow.
- uses: actions/checkout@v4
- uses: ./.github/actions/path/to/my/action with: input1: "test" input2: "example"
action.yml
action.yaml
.github/actions
name: Custom Action description: Custom Description # Inputs (Optional) inputs: input1: # Outputs (Optional) outputs: output1: runs: using: "composite" steps:
About custom actions - GitHub Docs ↩