Update main.yml

This commit is contained in:
JACKYMYPERSON
2025-09-15 23:21:06 +08:00
committed by GitHub
parent d998b7ed32
commit af789d3868

View File

@@ -23,8 +23,8 @@ jobs:
steps: steps:
- name: install email tool - name: install email tool
run: | run: |
yum install -y sudo apt update -y
yum install -y curl sendmail sudo apt install -y sendmail
- name: send email - name: send email
env: env:
SMTP_SERVER: ${{ secrets.SMTP_SERVER }} SMTP_SERVER: ${{ secrets.SMTP_SERVER }}