WIP: ci: fix mail body #42

Closed
mg wants to merge 9 commits from mai into master
2 changed files with 5 additions and 2 deletions
.gitea/workflows
Dockerfile

View file

@ -39,7 +39,7 @@ jobs:
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
Trigger Event: ${{ GITHUB_EVENT_NAME }}
Trigger Event: ${{ github.event_name }}
build:
needs: [gitleaks, hadolint] # shellcheck
@ -88,4 +88,4 @@ jobs:
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
Trigger Event: ${{ GITHUB_EVENT_NAME }}
Trigger Event: ${{ github.event_name }}

View file

@ -17,3 +17,6 @@ RUN apt-get update \
s-nail \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
sadfas