style: Format

pull/366/head
erezrokah 2 years ago
parent 3c24beb7c8
commit ab4b1f7578
No known key found for this signature in database
GPG Key ID: EA610DCA9B4C557B

@ -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}`;
core.debug(`primary key is ${primaryKey}`);

Loading…
Cancel
Save