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>
|
from: Gitea Actions <gitea@mgrote.net>
|
||||||
subject: "CI Run ${{ env.GITHUB_REPOSITORY }}: ${{ job.status }}"
|
subject: "CI Run ${{ env.GITHUB_REPOSITORY }}: ${{ job.status }}"
|
||||||
body: |
|
body: |
|
||||||
"Repo: ${{ env.GITHUB_REPOSITORY }}
|
Repo: ${{ env.GITHUB_REPOSITORY }}
|
||||||
Status: ${{ job.status }}"
|
Status: ${{ job.status }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [gitleaks, hadolint] # shellcheck
|
needs: [gitleaks, hadolint] # shellcheck
|
||||||
|
|
Loading…
Reference in a new issue