UNPKG
@im-sampm/act-js
Version:
latest (1.1.0)
1.1.0
1.0.0
nodejs wrapper for nektos/act
github.com/im-sampm/act-js
im-sampm/act-js
@im-sampm/act-js
/
build
/
src
/
act
/
act.constants.d.ts
4 lines
(3 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
import
{
Step
}
from
"../act/act.type"
;
export
declare
const
DEFAULT_JOB
:
Step
;
export
declare
const
ACT_BINARY
:
string
;