Crate action_core

Source

Modules§

env
input
summary
utils

Macros§

debug
error
info
notice
warning

Structs§

AnnotationProperties
Command
CommandBuilder

Enums§

AddPathError
CommandError
ExitCode
FileCommandError
LogLevel
ValueError

Traits§

Parse

Functions§

add_path
Prepends a path to the PATH environment variable.
end_group
End an output group.
export_var
Sets env variable for this action and future actions in the job.
fail
Sets the action status to failed.
get_state
Gets the value of an state set by this action’s main execution.
group
Wrap an asynchronous function call in a group.
is_debug
Gets whether Actions Step Debug is on or not.
issue
issue_file_command
Issue a file command.
issue_level
Adds an error issue.
prepare_kv_message
Prepare key value message.
save_state
Saves state for current action, the state can only be retrieved by this action’s post job execution.
set_command_echo
Enables or disables the echoing of commands into stdout for the rest of the step.
set_secret
Registers a secret which will get masked from logs.
start_group
Begin an output group.

Derive Macros§

Action