From a0bad9f5cc83eebe51da55972d8762203145768b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 2 Sep 2024 20:47:04 +0200 Subject: [PATCH] ff --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4343add..1181983 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 subject: "CI Error in ${{ env.GITHUB_REPOSITORY }}" body: Build job of ${{ env.github.repository }} completed successfully!