@@ -42,8 +42,9 @@ jobs:
|
||||
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
- name: Send mail
|
||||
if: always()
|
||||
uses: https://github.com/dawidd6/action-send-mail@v3
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
with:
|
||||
connection_url: ${{ secrets.MAIL_CONNECTION }}
|
||||
to: ${{ secrets.MAIL_TO }}
|
||||
from: Gitea <gitea@hostname>
|
||||
subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }}
|
||||
|
||||
Reference in New Issue
Block a user