Update src/actions-util.ts

Co-authored-by: Angela P Wen <angelapwen@github.com>
This commit is contained in:
Andrew Eisenberg 2023-01-17 15:49:08 -08:00
parent 5b9b480165
commit e6e3bf4923
3 changed files with 3 additions and 3 deletions

View file

@ -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");