Make error message clearer that it came from auth

This commit is contained in:
Seth Vargo 2021-11-25 14:26:11 -05:00
parent fc5003a59a
commit ddbc4798b7
Failed to extract signature

View File

@ -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}`);
}
}