Re-exports

pub use crate::ghaction::GHAction;
pub use crate::reporef::RepositoryReference;
pub use crate::logging::init_logger;

Modules

Macros

Logs a message at the debug level.
Logs a message at the error level.
Error for files (including line and column numbers)
Group Macros
End Group Macros
Logs a message at the info level.
The standard logging macro.
Sets the output of the Actions which can be used in subsequent Actions.
Logs a message at the warn level.

Enums

An enum representing the available verbosity levels of the logger.

Functions

Initialise the GitHub Action by using the init() functions