package
0.0.0-20231022202615-3973644be7a1
Repository: https://github.com/actions-go/toolkit.git
Documentation: pkg.go.dev

# Functions

AddPath prepends inputPath to the PATH (for this action and future actions).
AddStepSummary adds some custom Markdown for each job so that it will be displayed on the summary page of a workflow run.
Debug writes debug message to user log.
Debugf writes debug message to user log.
DeleteStepSummary completely remove a summary for the current step see: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#removing-job-summaries.
EndGroup end an output group and folds it.
Error adds an error issue.
Errorf writes debug message to user log.
ExportVariable sets the environment varaible name (for this action and future actions).
GetBoolInput gets the value of an input and returns whether it equals "true".
GetInput gets the value of an input.
GetInputOrDefault gets the value of an input.
GetState gets the value of an state set by this action's main execution.
Group wrap an asynchronous function call in a group, all logs of the function will be collapsed after completion.
Info writes the message on the console.
Infof writes debug message to user log.
IsDebug returns whether the github actions is currently under debug.
Issue displays a plain typed message following github actions interface.
IssueCommand displays a typed message with properties following github actions interface.
ReplaceStepSummary clear all content for the current step see: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#overwriting-job-summaries.
SaveState saves state for current action, the state can only be retrieved by this action's post job execution.
SetFailed sets the action status to failed and sets an error message.
SetFailedf sets the action status to failed and sets an error message.
SetOutput sets the value of an output for future actions.
SetSecret registers a secret which will get masked from logs.
No description provided by the author
StartCommands enables commands stopped until the endToken.
StartGroup begin an output group.
StopCommands Stops processing any workflow commands.
Warning adds a warning issue.
Warningf writes debug message to user log.
WithoutCommands executes the functions ensuring it does not execute any github actions commands.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StatusFailed is returned by Status() in case this action has been marked as failed.
StatusSuccess is returned by Status() in case this action has not been marked as failed.

# Interfaces

No description provided by the author