| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Copilot reviewed 23 out of 36 changed files in this pull request and generated no comments.
Files not reviewed (13)src/util.ts:1197
await io.which(binary, true);
lib/tar.js:51
const tar = await io.which("tar", true);
lib/actions-util.js:225
throw new FileCmdNotFoundError(`The `file` program is required, but does not appear to be installed. Please install it: ${e}`);
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good — also looks like your PR to safe-which is merged, so not sure if we want to just use that?
Sorry, something went wrong.
|
My thinking was that it makes slightly more sense to use @actions/io for consistency with other first-party Actions, but I don't think there's a huge difference. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In the unusual case that a file is on the search path, log a warning but don't throw.
I've accomplished this by switching our which implementation to use the standard Actions one within @actions/io but have also submitted a PR to safe-which: chrisgavin/safe-which#14.
Merge / deployment checklist