Richard Fan commited on
Commit
4ce50c4
·
1 Parent(s): 6ef0122

rename action

Browse files
.github/workflows/daily_pipeline.yaml CHANGED
@@ -12,7 +12,7 @@ on:
12
  - cron: '25 13 * * 0-4'
13
 
14
  jobs:
15
- build_and_test:
16
  runs-on: ubuntu-latest
17
  steps:
18
  - uses: actions/checkout@v2
@@ -46,10 +46,6 @@ jobs:
46
  MAIL_CONNECTION: ${{ secrets.MAIL_CONNECTION }}
47
  if: "${{ env.SENDGRID_API_KEY == '' && (env.MAIL_CONNECTION || env.MAIL_USERNAME != '' && env.MAIL_PASSWORD != '') }}"
48
  run: echo "DEFINED=true" >> $GITHUB_OUTPUT
49
- - name: Test step
50
- env:
51
- DEFINED: ${{ steps.check.outputs.DEFINED }}
52
- run: echo "$DEFINED"
53
  - name: Send mail
54
  uses: dawidd6/action-send-mail@v3
55
  env:
 
12
  - cron: '25 13 * * 0-4'
13
 
14
  jobs:
15
+ generate_and_send_digest:
16
  runs-on: ubuntu-latest
17
  steps:
18
  - uses: actions/checkout@v2
 
46
  MAIL_CONNECTION: ${{ secrets.MAIL_CONNECTION }}
47
  if: "${{ env.SENDGRID_API_KEY == '' && (env.MAIL_CONNECTION || env.MAIL_USERNAME != '' && env.MAIL_PASSWORD != '') }}"
48
  run: echo "DEFINED=true" >> $GITHUB_OUTPUT
 
 
 
 
49
  - name: Send mail
50
  uses: dawidd6/action-send-mail@v3
51
  env: