ci: Fix syntax

This commit is contained in:
Iván Ovejero 2023-08-01 13:07:28 +02:00
parent 7f299e3d48
commit 31f4b85760

View file

@ -118,7 +118,10 @@ jobs:
notify-on-failure:
name: Notify Slack on failure
runs-on: ubuntu-latest
needs: [unit-test, lint]
steps:
- name: Notify Slack on failure
uses: act10ns/slack@v2.0.0
if: failure()
with: