Make error message clearer that it came from auth
This commit is contained in:
parent
fc5003a59a
commit
ddbc4798b7
@ -147,7 +147,7 @@ async function run(): Promise<void> {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
setFailed(`Action failed with error: ${err}`);
|
||||
setFailed(`google-github-actions/auth failed with: ${err}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user