Skip to content

Commit

Permalink
improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Mar 25, 2024
1 parent c5cfb00 commit 618b4ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cache/dist/cleanup-only/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/cache/dist/save-only/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/cache/dist/save/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/cache/src/cleanupImpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function cleanUp() {
if (err) {
core.warning(`Could not remove file: ${filePath}: ${err}`)
} else {
core.info(`{filePath} removed successfully`)
core.info(`${filePath} removed successfully`)
totalSize -= fileStats.size
}
})
Expand Down

0 comments on commit 618b4ab

Please sign in to comment.