WIP: Add run_attempt to context #632

Draft
Zettat123 wants to merge 1 commits from Zettat123/runner-add-run-attempt into main
pull from: Zettat123/runner-add-run-attempt
Showing only changes of commit 3324c791ec - Show all commits
+1
View File
@@ -144,6 +144,7 @@ func (r *Runner) run(ctx context.Context, task *runnerv1.Task, reporter *report.
Event: taskContext["event"].GetStructValue().AsMap(),
RunID: taskContext["run_id"].GetStringValue(),
RunNumber: taskContext["run_number"].GetStringValue(),
RunAttempt: taskContext["run_attempt"].GetStringValue(),
Actor: taskContext["actor"].GetStringValue(),
Repository: taskContext["repository"].GetStringValue(),
EventName: taskContext["event_name"].GetStringValue(),