package
0.0.0-20200105081403-ca0307860f01
Repository: https://github.com/haya14busa/go-actions-toolkit.git
Documentation: pkg.go.dev

# 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).

document: GoDoc

# 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.

# Structs

No description provided by the author
LogOption is logging option to indicate where message occurred.

# Type aliases

No description provided by the author