Actualiser action.yaml

This commit is contained in:
2025-04-13 23:47:52 +02:00
parent 23113678a0
commit 6d1a46a935

View File

@@ -42,6 +42,7 @@ runs:
;; ;;
esac esac
RUN="curl $OPTIONS $MESSAGE '$URL'" RUN="curl $OPTIONS $MESSAGE '$URL'"
echo "$RUN"
eval "$RUN" eval "$RUN"
if [[ "$COMMAND"=="fail" ]] ; then if [[ "$COMMAND"=="fail" ]] ; then
exit 1 exit 1