Actualiser action.yaml

This commit is contained in:
2025-04-13 23:27:55 +02:00
parent 8127521b8a
commit e69f933a8c

View File

@@ -48,6 +48,12 @@ runs:
RUN="curl $OPTIONS $MESSAGE '$URL'"
eval "$RUN"
if [[ "$COMMAND"=="fail" ]] ; then
exit 1
fi
exit 0