Skip to content

Commit c7945f5

Browse files
committed
fix: use correct exit code
1 parent 7acec72 commit c7945f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/merge-main/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
done
104104
105105
if [ "$failed" == "true" ]; then
106-
exit -1
106+
exit 1
107107
fi
108108
}
109109

0 commit comments

Comments
 (0)