Skip to content

Commit 34cd40d

Browse files
authored
test: add qa tester mail address to report (#14201)
1 parent 8778acb commit 34cd40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-test-vscuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run_id=`gh run list --workflow cd --repo OfficeDev/TeamsFx --branch dev --json event --json databaseId --json conclusion --jq '[.[] | select(.event=="schedule") | select(.conclusion=="success")][0].databaseId'`
6363
echo "vsix-run-id=$run_id" >> $GITHUB_ENV
6464
echo "target_cli_version=alpha" >> $GITHUB_ENV
65-
echo "[email protected]" >> $GITHUB_OUTPUT
65+
echo "[email protected];[email protected]" >> $GITHUB_OUTPUT
6666
6767
- name: Checkout branch
6868
uses: actions/checkout@v3

0 commit comments

Comments
 (0)