Skip to content

Commit

Permalink
style: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jun 2, 2023
1 parent 3c24beb commit ab4b1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache-restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);

Expand Down

0 comments on commit ab4b1f7

Please sign in to comment.