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'