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 7d4f722 commit 73ff39bCopy full SHA for 73ff39b
web_src/js/components/RepoActionView.vue
@@ -346,9 +346,11 @@ export default defineComponent({
346
const isFirstLoad = !this.run.status;
347
const job = await this.fetchJobData(abortController);
348
if (this.loadingAbortController !== abortController) return;
349
+
350
this.artifacts = job.artifacts || [];
351
this.run = job.state.run;
352
this.currentJob = job.state.currentJob;
353
354
// sync the currentJobStepsStates to store the job step states
355
for (let i = 0; i < this.currentJob.steps.length; i++) {
356
const expanded = isFirstLoad && this.optionAlwaysExpandRunning && this.currentJob.steps[i].status === 'running';
0 commit comments