From d9465950d476d16217c1de1bc26e9b8351a297d4 Mon Sep 17 00:00:00 2001 From: s3rj1k Date: Mon, 29 Jul 2024 22:01:56 +0200 Subject: [PATCH] Fix typo in `notify-ci-result` action. --- .github/actions/notify-ci-result/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/notify-ci-result/action.yml b/.github/actions/notify-ci-result/action.yml index 54147952..02f903e9 100644 --- a/.github/actions/notify-ci-result/action.yml +++ b/.github/actions/notify-ci-result/action.yml @@ -76,7 +76,7 @@ runs: github.event_name == 'push' && github.ref == 'refs/heads/master' && inputs.channel != '' && - slack_webhook_url.channel != '' }} + inputs.slack_webhook_url != '' }} uses: signalwire/actions-template/.github/actions/slack@main with: CHANNEL: ${{ inputs.channel }} @@ -102,7 +102,7 @@ runs: github.event_name == 'push' && github.ref == 'refs/heads/master' && inputs.channel != '' && - slack_webhook_url.channel != '' }} + inputs.slack_webhook_url != '' }} uses: signalwire/actions-template/.github/actions/slack@main with: CHANNEL: ${{ inputs.channel }}