Skip to content

Commit

Permalink
docs: Clarify recipe input that both config/ and recipes/ is checked
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed May 13, 2024
1 parent 449d2ea commit b2d976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2d976c

Please sign in to comment.