diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index e546689..0f6a7bf 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -5,7 +5,7 @@ on: inputs: result: required: false - default: ${{ github.action_status }} + default: "failure" type: string name: required: false