Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hkir-dev committed Jun 16, 2021
1 parent 0b5445a commit 3a41dbd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/marker_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
# email body as text
body: ${{steps.marker-report.outputs.validation-report}}
# comma-separated string, send email to
to: [email protected]
# to: ${{secrets.MAIL_TO}}
# cc: ${{secrets.MAIL_CC}}
to: ${{secrets.MAIL_TO}}
cc: ${{secrets.MAIL_CC}}
# from email name
from: BDS Build Robot

0 comments on commit 3a41dbd

Please sign in to comment.