diff --git a/.gitea/workflows/astro-deploy.yaml b/.gitea/workflows/astro-deploy.yaml index 6410674..f7a9b64 100644 --- a/.gitea/workflows/astro-deploy.yaml +++ b/.gitea/workflows/astro-deploy.yaml @@ -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