Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbanty/sample-rust-action
https://github.com/dbanty/sample-rust-action
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbanty/sample-rust-action
- Owner: dbanty
- License: mit
- Created: 2023-02-01T00:58:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T23:52:33.000Z (11 months ago)
- Last Synced: 2024-10-15T04:23:39.520Z (about 1 month ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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