Skip to content

Commit

Permalink
Remove erroneous toolPath mention (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan authored Feb 27, 2023
1 parent 95bd7e0 commit 8ba4108
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/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 dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async function run() {

if (cacheToolPath && cacheToolPath !== '') {
core.addPath(cacheToolPath);
core.setOutput(toolPath);
return;
}

Expand Down

0 comments on commit 8ba4108

Please sign in to comment.