We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7f2e0 commit e689706Copy full SHA for e689706
1 file changed
.github/scripts/run.sh
@@ -33,7 +33,7 @@ echo "$DEBUG $PROFILE_NAME $VARIABLES"
33
tmp_output=$(mktemp)
34
35
bugbug config set-token $API_TOKEN
36
-bugbug remote run $run_context $related_id --no-progress "${extra_args[@]}" --reporter=junit | tee $tmp_output
+bugbug remote run $run_context $related_id --no-progress "${extra_args[@]}" --reporter=junit --triggered-by=github | tee $tmp_output
37
bugbug_status=${PIPESTATUS[0]}
38
39
# Setting output suiteRunId or testRunId
0 commit comments