Crate action_core

Source

Modules§

env
summary
utils

Macros§

debug
Adds an error issue.
error
info
notice
warning

Structs§

AnnotationProperties
Command
CommandBuilder
Input

Enums§

AddPathError
CommandError
ExitCode
FileCommandError
LogLevel
ParseError
ValueError

Traits§

Parse
ParseInput

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_input
Gets the value of an input.
get_input_from
Gets the value of an input from an environment.
get_multiline_input
Gets the values of an multiline input.
get_raw_input
Gets the raw value of an input.
get_state
Gets the value of an state set by this action’s main execution.
group
Wrap an asynchronous function call in a group.
input_env_var
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.
not_empty
Filters empty values.
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.