Skip to content

Commit 5369722

Browse files
authored
Update digest_sim.yml to send email to all
1 parent c128be0 commit 5369722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/digest_sim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
;;
143143
"fail")
144144
echo "updates are from ${{ matrix.scenarios }}"
145-
#echo "email_ids=${{ secrets.EMAIL_IDS }}" >> $GITHUB_ENV
146-
echo "email_ids=${{ secrets.ONLY_EMAIL_ID }}" >> $GITHUB_ENV
145+
echo "email_ids=${{ secrets.EMAIL_IDS }}" >> $GITHUB_ENV
146+
#echo "email_ids=${{ secrets.ONLY_EMAIL_ID }}" >> $GITHUB_ENV
147147
;;
148148
"no_tb")
149149
echo "updates are from ${{ matrix.scenarios }}"

0 commit comments

Comments
 (0)