Rework input handling

This commit is contained in:
Luc Perkins 2024-05-23 15:19:56 -03:00
parent 6a1287939f
commit f5dab0ead5
No known key found for this signature in database
GPG key ID: 16DB1108FB591835
4 changed files with 24 additions and 17 deletions

View file

@ -21,11 +21,14 @@ inputs:
required: false
default: "update_flake_lock_action"
path-to-flake-dir:
description: "The path of the directory containing `flake.nix` file within your repository. Useful when `flake.nix` cannot reside at the root of your repository."
description: |
The path of the directory containing `flake.nix` file within your repository.
Useful when `flake.nix` cannot reside at the root of your repository.
required: false
flake-dirs:
description: |
A space-separated list of directories containing `flake.nix` files within your repository. Useful when you have multiple flakes in your repository.
A space-separated list of directories containing `flake.nix` files within your repository.
Useful when you have multiple flakes in your repository.
required: false
default: ""
pr-title: