Skip to content

Commit e689706

Browse files
mbaranbeSharpek
andauthored
feat: Add triggeredBy flag to run command (#3)
Co-authored-by: Marcin Baran <sharpek@sharpek.net>
1 parent 4e7f2e0 commit e689706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "$DEBUG $PROFILE_NAME $VARIABLES"
3333
tmp_output=$(mktemp)
3434

3535
bugbug config set-token $API_TOKEN
36-
bugbug remote run $run_context $related_id --no-progress "${extra_args[@]}" --reporter=junit | tee $tmp_output
36+
bugbug remote run $run_context $related_id --no-progress "${extra_args[@]}" --reporter=junit --triggered-by=github | tee $tmp_output
3737
bugbug_status=${PIPESTATUS[0]}
3838

3939
# Setting output suiteRunId or testRunId

0 commit comments

Comments
 (0)