Update .gitea/workflows/build.yml
This commit is contained in:
@@ -103,7 +103,8 @@ jobs:
|
|||||||
Notify-Commiter-Error:
|
Notify-Commiter-Error:
|
||||||
needs: Deploy
|
needs: Deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ failure() }}
|
||||||
steps:
|
steps:
|
||||||
- name: Blame commiter
|
- name: Blame commiter
|
||||||
if: failure()
|
if: ${{ failure() }}
|
||||||
run: echo "OMG YOU BROKE THE BUILD!!! FIX IT"
|
run: echo "OMG YOU BROKE THE BUILD!!! FIX IT"
|
||||||
Reference in New Issue
Block a user