From b2d976c92c133623644ed811fc31a711be6de95e Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 13 May 2024 11:44:57 -0400 Subject: [PATCH] docs: Clarify recipe input that both config/ and recipes/ is checked --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 542920f..c8f0d45 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Build a custom OS image' inputs: recipe: description: | - The [recipe](https://blue-build.org/reference/recipe/) file to build the image from, relative to the `config/` directory. + The [recipe](https://blue-build.org/reference/recipe/) file to build the image from, relative to the `config/` or `recipes/` directory. required: true default: 'recipe.yml' cosign_private_key: