From 84d8da3ce9fee58413c9bba90c00068d5aa6fe01 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 30 Nov 2022 22:33:04 +0800 Subject: [PATCH] release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d604a01..51080b0 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: description: 'Directory to cache xmake in. This folder will go under $GITHUB_HOME (I.e. build dir) and be cached using @actions/cache.' default: '' actions-cache-key: - description: 'Actions cache key.' + description: The actions cache key. default: '' runs: using: 'node16'