Update src/actions-util.ts
Co-authored-by: Angela P Wen <angelapwen@github.com>
This commit is contained in:
parent
5b9b480165
commit
e6e3bf4923
3 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ export const getCommitOid = async function (
|
|||
return commitOid.trim();
|
||||
} catch (e) {
|
||||
core.info(
|
||||
"Could not determine current commit SHA. Continuing with data from the environment."
|
||||
"Could not determine current commit SHA using git. Continuing with data from user input or environment."
|
||||
);
|
||||
core.debug(`Reason: ${(e as Error).message}`);
|
||||
core.debug((e as Error).stack || "NO STACK");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue