ff
This commit is contained in:
parent
c05beef92b
commit
a0bad9f5cc
1 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue