Modules§
Macros§
Structs§
Enums§
Traits§
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.