添加input参数cache,以使cache-save可以执行
All checks were successful
Continuous Integration / GitHub Actions Test (push) Successful in 15s

This commit is contained in:
soul-walker 2024-03-19 16:22:27 +08:00
parent 40cb2529b5
commit 2facb44a88

View File

@ -18,6 +18,9 @@ inputs:
description:
'Target architecture for Go to use. Examples: x86, x64. Will use system
architecture by default.'
cache:
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
default: true
# Define your outputs here.
outputs: