From 075c873e5f2869f6061ca7c2ec0a34aa2abf06c8 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Mon, 11 Dec 2023 19:06:32 -0500 Subject: [PATCH] add auto_detect_feedstock_folders as input option --- action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yaml b/action.yaml index 0adf5a9..36ce6b5 100644 --- a/action.yaml +++ b/action.yaml @@ -13,6 +13,9 @@ inputs: pangeo_forge_runner_config: description: 'JSON configuration for Pangeo Forge Runner CLI.' required: true + auto_detect_feedstock_folders: + description: 'If passed as `True`, automatically detect feedstock folders in the repository.' + required: false runs: using: 'docker' image: 'Dockerfile'