style: Format

This commit is contained in:
erezrokah 2023-06-02 16:49:46 +02:00
parent 3c24beb7c8
commit ab4b1f7578
No known key found for this signature in database
GPG key ID: EA610DCA9B4C557B

View file

@ -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}`);