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 0873ce0 commit b83ada0Copy full SHA for b83ada0
web_src/js/components/RepoActionView.vue
@@ -350,7 +350,7 @@ export default defineComponent({
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