Skip to content

Commit d0cc045

Browse files
authored
Always show prune cache output (#597)
1 parent 2841f9f commit d0cc045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/save-cache/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/save-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function saveCache(): Promise<void> {
7878

7979
async function pruneCache(): Promise<void> {
8080
const options: exec.ExecOptions = {
81-
silent: !core.isDebug(),
81+
silent: false,
8282
};
8383
const execArgs = ["cache", "prune", "--ci"];
8484

0 commit comments

Comments
 (0)