We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9b480 commit 526c990Copy full SHA for 526c990
src/actions-util.ts
@@ -88,7 +88,7 @@ export const getCommitOid = async function (
88
return commitOid.trim();
89
} catch (e) {
90
core.info(
91
- "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."
92
);
93
core.debug(`Reason: ${(e as Error).message}`);
94
core.debug((e as Error).stack || "NO STACK");
0 commit comments