From a0a5f809a4e8dc13170a029bf7f3ff4f86f18448 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sat, 15 Jul 2023 02:14:54 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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