rjeczalik/reflow
Action for dispatching workflow runs from public and private repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token to use (github.token by default) | no | — |
| call | Manual workflow to call, e.g. owner/repo/.github/workflows/workflow.yaml@master | no | — |
| inputs | Input variables for the workflow dispatch event | no | — |
| template | Template string to evaluate as the output | no | {"git": {{ toJson .git }}} |
| values | YAML-encoded object to pass as {{ .values }} during template evaluation | no | — |
| interval | Workflow run's interval of status polling | yes | 30s |
| debug_shell | Whether to debug shell commands | yes | false |
Outputs
| name | description |
|---|---|
| template | Result of evaluating the template |