Skip to content

Commit 526c990

Browse files
Update src/actions-util.ts
Co-authored-by: Angela P Wen <[email protected]>
1 parent 5b9b480 commit 526c990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions-util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const getCommitOid = async function (
8888
return commitOid.trim();
8989
} catch (e) {
9090
core.info(
91-
"Could not determine current commit SHA. Continuing with data from the environment."
91+
"Could not determine current commit SHA using git. Continuing with data from user input or environment."
9292
);
9393
core.debug(`Reason: ${(e as Error).message}`);
9494
core.debug((e as Error).stack || "NO STACK");

0 commit comments

Comments
 (0)