From 891cd12e1519bb26d48b5d980d809829cc6cb289 Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Thu, 8 May 2025 22:11:09 +0200 Subject: [PATCH] Add Inputs section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 65b030e..b50828d 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ See [`examples/`](./examples) for more templates. See the [`action.yaml`](action.yml)'s `cluster_provider_credentials` section for more details. +## Inputs + +See the [`action.yaml`](action.yml)'s `inputs` section for more details. + ## Outputs See the [`action.yaml`](action.yml)'s `outputs` section for more details.