This commit is contained in:
Michael Grote 2024-09-02 20:47:04 +02:00
parent c05beef92b
commit a0bad9f5cc

View file

@ -6,7 +6,7 @@ on:
branches: [ master ]
pull_request:
# Variables: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
# Variables: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables + https://forgejo.org/docs/latest/user/actions/#env-1
jobs:
gitleaks:
@ -73,6 +73,6 @@ jobs:
secure: false
ignore_cert: true
to: michael.grote@posteo.de
from: Gitea Actions
from: Gitea Actions <gitea@mgrote.net>
subject: "CI Error in ${{ env.GITHUB_REPOSITORY }}"
body: Build job of ${{ env.github.repository }} completed successfully!