This website requires JavaScript.
Explore
Sign In
forgejo
/
act
mirror of
https://code.forgejo.org/forgejo/act
Watch
2
Star
0
Fork
You've already forked act
0
Code
Issues
main
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
)
;
}
View Git Blame
Copy Permalink