From 828b5ceb21bdf6ff10e6e747401c76206e5065c7 Mon Sep 17 00:00:00 2001 From: Ryan Brice <182604967+Ryan-Brice@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:10:10 +0800 Subject: [PATCH] Fix description and requirement for use-job-key Correct description and requirement for 'use-job-key'. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d665f95..fac7cd1 100644 --- a/action.yml +++ b/action.yml @@ -13,8 +13,8 @@ inputs: description: "An additional cache key that is added alongside the automatic `job`-based cache key and can be used to further differentiate jobs." required: false use-job-key: - description: "If the 'GITHIB_JOB' environemnt variable should be added to the cache name" - required: alse + description: "If the automatic `job`-based cache key should be used for the cache name. Defaults to true." + required: false default: "true" env-vars: description: "Additional environment variables to include in the cache key, separated by spaces."