oliver-butterley/Lean update
Attempts to update lean and dependencies of a lean project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| on_update_succeeds | What to do when an update is available and the build is successful. Allowed values: "silent", "commit", "issue" or "pr". Default: "silent". | yes | silent |
| on_update_fails | What to do when an update is available and the build fails. Allowed values: "silent", "issue" or "pr". Default: "silent". | yes | silent |
| token | A Github token to be used for committing | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| result | The action outputs `up-to-date`, `update-succeeds` or `update-fails` depending on the three possible scenarios. |