ci: fix typo
This commit is contained in:
parent
3d8f71c9be
commit
ca9ceec251
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ jobs:
|
|||
from: Gitea Actions <gitea@mgrote.net>
|
||||
subject: "CI Run ${{ env.GITHUB_REPOSITORY }}: ${{ job.status }}"
|
||||
body: |
|
||||
"Repo: ${{ env.GITHUB_REPOSITORY }}
|
||||
Status: ${{ job.status }}"
|
||||
Repo: ${{ env.GITHUB_REPOSITORY }}
|
||||
Status: ${{ job.status }}
|
||||
|
||||
build:
|
||||
needs: [gitleaks, hadolint] # shellcheck
|
||||
|
|
Loading…
Reference in a new issue