We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e03af commit 9b45a39Copy full SHA for 9b45a39
1 file changed
src/init-action.ts
@@ -247,11 +247,13 @@ async function run(startedAt: Date) {
247
getTemporaryDirectory(),
248
logger,
249
);
250
+
251
// Fetch the values of known repository properties that affect us.
252
const repositoryPropertiesResult = await loadRepositoryProperties(
253
repositoryNwo,
254
255
256
257
// Create a unique identifier for this run.
258
const jobRunUuid = uuidV4();
259
logger.info(`Job run UUID is ${jobRunUuid}.`);
0 commit comments