diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0898a1a..beee399 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -98,4 +98,10 @@ jobs: run: | echo Deploying... ls - echo DONE! \ No newline at end of file + echo DONE! + Notify-Commiter-Error: + if: failure() + runs-on: ubuntu-latest + steps: + - name: Blame commiter + run: echo OMG YOU BROKE THE BUILD!!! FIX IT \ No newline at end of file