Skip to content

Commit 9b45a39

Browse files
committed
Move code around for less changes
1 parent 89e03af commit 9b45a39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/init-action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,13 @@ async function run(startedAt: Date) {
247247
getTemporaryDirectory(),
248248
logger,
249249
);
250+
250251
// Fetch the values of known repository properties that affect us.
251252
const repositoryPropertiesResult = await loadRepositoryProperties(
252253
repositoryNwo,
253254
logger,
254255
);
256+
255257
// Create a unique identifier for this run.
256258
const jobRunUuid = uuidV4();
257259
logger.info(`Job run UUID is ${jobRunUuid}.`);

0 commit comments

Comments
 (0)