mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 11:59:21 +00:00
chore: run make build to resolve linter error
This commit is contained in:
parent
127daded26
commit
564fe381c8
1 changed files with 1 additions and 1 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -53211,7 +53211,7 @@ async function execSilent(label, cmd, args, opts) {
|
|||
ignoreReturnCode: true,
|
||||
});
|
||||
if (out.exitCode !== 0) {
|
||||
if (!core.isDebug) {
|
||||
if (!core.isDebug()) {
|
||||
// When debug logging is off, stderr won't have been written to console, write it now.
|
||||
process.stderr.write(out.stderr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue