dbanty/sample-rust-action
An example GitHub Action written in Rust, generated from [dbanty/rust-github-action-template](https://github.com/dbanty/rust-github-action-template). You can either use this GitHub template and customize it yourself, or `cargo generate dbanty/rust-github-action-template` to create a new repo from this template. Any issues should be opened in the upstream template.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 18, 2026
- License
- MIT
Pinned Snippet
uses: dbanty/sample-rust-action@f0ce1342f764687d3615c24903918da5f35ac955 # v0.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| error | The error message to display, if any | no | "" |
| token | The GitHub token to use for downloading the action, defaults to workflow token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| error | The description of any error that occurred |