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 da90463 commit 0b5445a
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 111 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/marker_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
# email body as text
body: ${{steps.marker-report.outputs.validation-report}}
# comma-separated string, send email to
to: ${{secrets.MAIL_TO}}
cc: ${{secrets.MAIL_CC}}
to: [email protected]
# to: ${{secrets.MAIL_TO}}
# cc: ${{secrets.MAIL_CC}}
# from email name
from: BDS Build Robot
Loading

0 comments on commit 0b5445a

Please sign in to comment.