Crates.io | github-actions |
lib.rs | github-actions |
version | 0.0.3 |
source | src |
created_at | 2024-11-16 21:28:41.432165 |
updated_at | 2024-11-23 17:15:59.812762 |
description | Utilities for developing custom GitHub Actions |
homepage | |
repository | https://github.com/daxartio/github-actions |
max_upload_size | |
id | 1450680 |
size | 45,749 |
A Rust crate for building GitHub Actions with ease, offering utilities to handle inputs, outputs, logging, and more.
get_input
, get_bool_input
, get_multiline_input
).get_state
, save_state
).info!
, debug!
, warn!
, error!
, notice!
).set_secret
.export_variable
and add_path
.stop_commands!
).group!
).append_job_summary
, overwrite_job_summary
, remove_job_summary
)cargo add github-actions
For more detailed information, visit the API Documentation.
This crate simplifies interactions with GitHub Actions, enabling quick and clean integration into your Rust-based workflows.