This website requires JavaScript.
Explore
Sign In
mirror
/
act
mirror of
https://github.com/nektos/act
Watch
2
Star
0
Fork
You've already forked act
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
act
/
pkg
/
runner
/
testdata
/
ensure-post-steps
/
action-post
/
post.js
4 lines
65 B
JavaScript
Raw
Permalink
Blame
History
if
(
process
.
env
[
"INPUT_FAIL"
]
===
"true"
)
{
process
.
exit
(
1
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink