# README
go-action-toolkit/core
Core functions for setting results, logging, registering secrets and exporting variables across actions
This is Go port of @actions/core including modification (e.g. Add option to logging command to spedcify file,line,col).
# Functions
Prepends inputPath to the PATH (for this action and future actions).
Writes debug message to user log.
End an output group.
Adds an error issue.
Sets env variable for this action and future actions in the job.
Gets the value of an input.
Gets the value of an state set by this action's main execution.
Writes info to log.
Issue issues a Logging command of GitHub Actions.
IssueCommand issues a Logging command of GitHub Actions.
NewCommand creates a Logging command of GitHub Actions.
NewCommandProperties returns a new CommandProperties from a list of key, value string pairs.
Saves state for current action, the state can only be retrieved by this action's post job execution.
Sets the value of an output.
Registers a secret which will get masked from logs.
Begin an output group.
Adds an warning issue.
# Type aliases
No description provided by the author