Browse Source

exit code

pull/4207/head
Daniel Gibbs 2 years ago
parent
commit
5cd097c3df
  1. 2
      .github/workflows/serverlist-validate.sh

2
.github/workflows/serverlist-validate.sh

@ -19,4 +19,4 @@ for csv in $csvlist; do
fi
done
exit "${exitcode}"
exit ${exitcode}

Loading…
Cancel
Save