Update push_events_to_discord.yml
This commit is contained in:
parent
a5133bdbfa
commit
9aed323d8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push_events_to_discord.yml
vendored
2
.github/workflows/push_events_to_discord.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue