actionsflow/Actionsflow Action
Run Actionsflow in Github
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 10, 2023
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actionsflow/actionsflow-action@877881186c58832926cbd76fb5674561749f7256 # v1.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| using | — | no | auto |
| args | actionsflow CLI command, the default value is `build`, you can specify it like `build --verbose` | no | build |
| json-secrets | secrets context in json format | no | "" |
| json-github | github context in json format | no | "" |
Outputs
| name | description |
|---|---|
| success | If the build status is success. The value can be 'true', or 'false', if build failed, the action outcome will be set failed |