From cda1689641f551ebde52623807dbe6842e493533 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:18:18 -0500 Subject: [PATCH] doc: update VARIANT description to include how to find options --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 064cee2..119679c 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: true default: ghcr.io/ublue-os VARIANT: - description: Source container variant + description: "Source container variant. Available options can be found by running `dnf provides system-release`. Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinonite" required: true default: Kinoite VERSION: