Browse Source

Update send-email.yml

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

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

@@ -36,6 +36,6 @@ jobs:
         password: ${{ secrets.EMAIL_PASSWORD }}
         password: ${{ secrets.EMAIL_PASSWORD }}
         subject: "2024 Holidays Result has value - GitHub Actions"
         subject: "2024 Holidays Result has value - GitHub Actions"
         to: hi@yaavi.me
         to: hi@yaavi.me
-        from: ${{ secrets.EMAIL_USERNAME }}
+        from: Github
         body: |
         body: |
           Result has value: $(cat holidays.txt)
           Result has value: $(cat holidays.txt)