Update .gitea/workflows/astro-deploy.yaml
All checks were successful
/ Build (push) Successful in 31s
All checks were successful
/ Build (push) Successful in 31s
This commit is contained in:
parent
a781358600
commit
c2b6a60a14
|
@ -69,5 +69,5 @@ jobs:
|
|||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: |
|
||||
echo -e "Subject: Act Runner Report: ${{ job.status}}\nFrom: gitea@log101.dev\n\nJob has finished with status ${{ job.status }}" | sendmail ffrknerdm@gmail.com
|
||||
echo -e "Subject: Act Runner Report: ${{ job.status}}\nFrom: gitea@log101.dev\n\nJob has finished with status ${{ job.status }}\n${{ github.repository }}: [${{ github.ref }}@${{ github.sha }}](${{ github.server_url }}/${{ github.repository }}/actions)" | sendmail ffrknerdm@gmail.com
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user