mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
style: Format
This commit is contained in:
parent
3c24beb7c8
commit
ab4b1f7578
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export const restoreCache = async (
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const cacheKeyPrefix = core.getInput('cache-key-prefix') || 'setup-go'
|
const cacheKeyPrefix = core.getInput('cache-key-prefix') || 'setup-go';
|
||||||
const primaryKey = `${cacheKeyPrefix}-${platform}-go-${versionSpec}-${fileHash}`;
|
const primaryKey = `${cacheKeyPrefix}-${platform}-go-${versionSpec}-${fileHash}`;
|
||||||
core.debug(`primary key is ${primaryKey}`);
|
core.debug(`primary key is ${primaryKey}`);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue