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 a1721db commit bce34e8Copy full SHA for bce34e8
internal/campaigns/run_steps.go
@@ -66,6 +66,8 @@ func runSteps(ctx context.Context, wc *WorkspaceCreator, repo *graphql.Repositor
66
results := make([]StepResult, len(steps))
67
68
for i, step := range steps {
69
+ reportProgress(fmt.Sprintf("Preparing step %d", i+1))
70
+
71
stepContext := StepContext{Repository: *repo}
72
if i > 0 {
73
stepContext.PreviousStep = results[i-1]
0 commit comments