rjeczalik/reflow-run
Action for dispatching workflow runs from public and private repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 25, 2022
- License
- Apache 2.0
Pinned Snippet
uses: rjeczalik/reflow-run@001a3a3b557f2bb57384ad16f86e27cdbc88fdfe # v1.1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token to use (github.token by default) | no | — |
| uses | Manual workflow to call, e.g. owner/repo/.github/workflows/workflow.yaml@master | yes | — |
| values | YAML-encoded object to pass as {{ .values }} during template evaluation | no | — |
| inputs | Input variables for the workflow dispatch event | yes | — |
| checkout_target | Whether to checkout target repository to make use of its .github/reflow files | yes | true |
| debug | Whether to debug shell commands | yes | false |
Outputs
| name | description |
|---|---|
| outputs | .outputs object encoded as JSON |