Skip to content

Commit a08153a

Browse files
committed
Fix prettier formatting
1 parent a65e12f commit a08153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/triggerWorkflowRun.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function registerTriggerWorkflowRun(context: vscode.ExtensionContext, sto
187187
per_page: 1
188188
});
189189
const newLatestRunId = result.data.workflow_runs[0]?.id;
190-
log(`Latest run ID found: ${newLatestRunId} (Previous: ${latestRunId ?? 'none'})`);
190+
log(`Latest run ID found: ${newLatestRunId} (Previous: ${latestRunId ?? "none"})`);
191191

192192
if (newLatestRunId && newLatestRunId !== latestRunId) {
193193
log(`Found new workflow run: ${newLatestRunId}. Triggering refresh and polling.`);

0 commit comments

Comments
 (0)