Skip to content

Commit

Permalink
Update src/actions-util.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Angela P Wen <angelapwen@github.com>
  • Loading branch information
aeisenberg and angelapwen committed Jan 17, 2023
1 parent 5b9b480 commit 526c990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions-util.ts
Expand Up @@ -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");
Expand Down

0 comments on commit 526c990

Please sign in to comment.