Browse Source

Update send-email.yml

Yawei sun 1 year ago
parent
commit
022b92cd6b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/send-email.yml

+ 2 - 2
.github/workflows/send-email.yml

@@ -27,8 +27,8 @@ jobs:
       run: npm run fetch 2024
 
     - name: Debug secrets
-        run: echo "SECRET_TEST=${{ secrets.SECRET_TEST }}"
-        shell: bash
+      run: echo "SECRET_TEST=${{ secrets.SECRET_TEST }}"
+      shell: bash
 
     - name: Send notification if holidays has value
       if: ${{ steps.run-script.outputs.holidays != '' }}