docs: add experimental inside the action manifest

This commit is contained in:
Fernandez Ludovic 2025-11-21 04:26:24 +01:00
parent f4e410b9ce
commit 988291118b

View file

@ -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"