add cache key

This commit is contained in:
ruki
2022-11-30 22:31:45 +08:00
Unverified
parent f8107700be
commit f7b19c868b
4 changed files with 23 additions and 2 deletions
+3
View File
@@ -13,6 +13,9 @@ inputs:
actions-cache-folder:
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.'
default: ''
runs:
using: 'node16'
main: 'dist/index.js'