mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
log version-spec
This commit is contained in:
parent
21459d0b7b
commit
de201a09c0
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ export async function run() {
|
|||
if (cache && isCacheFeatureAvailable()) {
|
||||
const packageManager = 'default';
|
||||
const cacheDependencyPath = core.getInput('cache-dependency-path');
|
||||
core.info(`Version spec is ${versionSpec}`)
|
||||
await restoreCache(versionSpec, packageManager, cacheDependencyPath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue