Skip to content

Commit

Permalink
🤖 测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkappa committed Oct 25, 2023
1 parent d365dcd commit d48919d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/GetWeatherToEMail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
password: ${{ secrets.MAILPASSWORD }}
subject: Shenzhen Weather Report
body: file://result.html
to: [email protected]
from: GitHub Actions
content_type: text/html
to: [email protected],[email protected]
from: XiNan GitHub Actions
content_type: text/html
# Optional carbon copy recipients:
# cc: [email protected],[email protected]
# Optional blind carbon copy recipients:
# bcc: [email protected],[email protected]
25 changes: 0 additions & 25 deletions .github/workflows/SyncToGitCodeTencent.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/weather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ curl \
-H "Accept-Language: $LANGUAGE" \
-H "User-Agent: $UA" \
-o result.html \
https://wttr.in/$CITY?format=4\&$UNIT
https://wttr.in/$CITY

0 comments on commit d48919d

Please sign in to comment.