fix formatting

pull/553/head
Albert Still 4 years ago
parent 1eade9d5b9
commit 6f05cbc278

@ -52,7 +52,11 @@ async function run(): Promise<void> {
const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey);
utils.setCacheHitOutput(isExactKeyMatch);
core.info(`Cache restored from ${isExactKeyMatch ? '' : 'restore '}key: ${cacheKey}`);
core.info(
`Cache restored from ${
isExactKeyMatch ? "" : "restore "
}key: ${cacheKey}`
);
} catch (error) {
if (error.name === cache.ValidationError.name) {
throw error;

Loading…
Cancel
Save