UNPKG
gha-utils
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
A minimalistic utility package for developing GitHub Actions
threeal.github.io/gha-utils
gha-utils
/
dist
/
index.js
3 lines
(2 loc)
•
249 B
JavaScript
View Raw
1
2
3
export
{ addPath, addPathSync, getInput, getState, setEnv, setEnvSync, setOutput, setOutputSync, setState, setStateSync, }
from
"./env.js"
;
export
{ beginLogGroup, endLogGroup, logCommand, logDebug, logError, logInfo, logWarning, }
from
"./log.js"
;