oliver-butterley/Lean update

Attempts to update lean and dependencies of a lean project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
on_update_succeedsWhat to do when an update is available and the build is successful. Allowed values: "silent", "commit", "issue" or "pr". Default: "silent". yessilent
on_update_failsWhat to do when an update is available and the build fails. Allowed values: "silent", "issue" or "pr". Default: "silent". yessilent
tokenA Github token to be used for committing yes${{ github.token }}
namedescription
resultThe action outputs `up-to-date`, `update-succeeds` or `update-fails` depending on the three possible scenarios.