index
:
forgejo-act
debian
upstream
forgejo-act
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
runner
/
testdata
/
ensure-post-steps
/
action-post
/
post.js
blob: 815c72447f1b833be518db98cb1066bb3aa9eac0 (
plain
)
1
2
3
if
(
process
.
env
[
"INPUT_FAIL"
]
===
"true"
)
{
process
.
exit
(
1
);
}