attempt workflow in both
All checks were successful
Generic zig build / build (push) Successful in 19s

This commit is contained in:
Emil Lerch 2024-04-29 14:15:29 -07:00
parent eb97787671
commit cd43ead0ff
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -19,10 +19,11 @@ jobs:
- name: Run tests
run: zig build test --summary all
- name: Notify
uses: elerch/action-notify-ntfy@v2
uses: elerch/action-notify-ntfy@v2.github
if: env.GITEA_ACTIONS == 'true'
with:
host: ${{ secrets.NTFY_HOST }}
topic: ${{ secrets.NTFY_TOPIC }}
status: ${{ job.status }}
user: ${{ secrets.NTFY_USER }}
password: ${{ secrets.NTFY_PASSWORD }}