ci: use step status instead of job
All checks were successful
/ build-and-push-image (push) Successful in 36s

This commit is contained in:
log101 2024-06-13 22:53:31 +03:00
parent ed3140e247
commit 4998c1c279

View File

@ -56,4 +56,4 @@ jobs:
subject: Github Actions job result
to: ffrknerdm@gmail.com
from: gitea@log101.dev
body: Build job of ${{github.repository}} completed with status ${{ jobs.build-and-push-image.status }}!
body: Build job of ${{github.repository}} completed with status ${{ steps.push.outcome }}!