Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dbanty/sample-rust-action


https://github.com/dbanty/sample-rust-action

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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.

## TODO

- [ ] Update this README with the details of this action
- [ ] Update inputs/outputs in `action.yaml`
- [ ] Implement the action's logic in `src/main.rs`
- [ ] Trigger a release in GitHub Actions
- [ ] Edit the triggered release to set release notes and publish the action to GitHub Marketplace