From 9aed323d8dfc7d6995046bbba473738c8dcb947a Mon Sep 17 00:00:00 2001 From: John Guan Date: Tue, 16 Aug 2022 14:23:25 +0800 Subject: [PATCH] Update push_events_to_discord.yml --- .github/workflows/push_events_to_discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_events_to_discord.yml b/.github/workflows/push_events_to_discord.yml index 9fe98a1..7f5e001 100644 --- a/.github/workflows/push_events_to_discord.yml +++ b/.github/workflows/push_events_to_discord.yml @@ -36,7 +36,7 @@ jobs: webhook: ${{ secrets.Discord_CasaOS_App_Request_Webhook }} - name: Bug Issues & Comments - if: ${{ ( github.event_name == 'issues' || github.event_name == 'issue_comment' ) && contains(github.event.issue.labels.*.name, 'bug') && !contains(!github.event.issue.labels.*.name, 'alpha') }} + if: ${{ ( github.event_name == 'issues' || github.event_name == 'issue_comment' ) && contains(github.event.issue.labels.*.name, 'bug') && !contains(github.event.issue.labels.*.name, 'alpha') }} uses: joseph-montanez/forward-event-action@v3.0.0 with: webhook: ${{ secrets.Discord_CasaOS_Bug_Webhook }}