From 988291118b608b9b219e3b82f9fce5782a4d3046 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 21 Nov 2025 04:26:24 +0100 Subject: [PATCH] docs: add experimental inside the action manifest --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index cb3120c..4fedce7 100644 --- a/action.yml +++ b/action.yml @@ -65,6 +65,12 @@ inputs: example: "cache,clean" default: "" required: false + experimental: + description: | + Experimental options for the action. + List of comma separated options. + default: "" + required: false runs: using: "node24" main: "dist/run/index.js"