actions-marketplace-validations/Update rust-toolchain.toml
Update your rust-toolchain.toml file and send a PR for it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| minor-version-delta | The delta for the minor version. | no | 0 |
| update-patch | Update patch versions. | no | true |
| update-minor | Update minor versions. | no | true |
| toolchain-path | Path to the rust-toolchain file. | no | ./rust-toolchain |
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | no | ${{ github.token }} |
| base | The GitHub base | no | ${{ github.head_ref }} |
| commit-msg | The message provided with the commit | no | rust-toolchain: Update |
| pr-branch | The branch on which the PR is created | no | update_rust_toolchain_action |
| pr-title | The title of the PR to be created | no | rust-toolchain: Update |
| pr-labels | A comma or newline separated list of labels to set on the Pull Request to be created | no | "" |
Outputs
no outputs