Skip to content

Commit

Permalink
Update push_events_to_discord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuan committed Aug 17, 2022
1 parent aefa68d commit 091be6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_events_to_discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
webhook: ${{ secrets.Discord_CasaOS_Bug_Webhook }}

- name: Alpha Issues & Comments
if: ${{ ( github.event_name == 'issues' || github.event_name == 'issue_comment' ) && contains(!github.event.issue.labels.*.name, 'alpha') }}
if: ${{ ( github.event_name == 'issues' || github.event_name == 'issue_comment' ) && contains(github.event.issue.labels.*.name, 'alpha') }}
uses: joseph-montanez/forward-event-action@v3.0.0
with:
webhook: ${{ secrets.Discord_CasaOS_Alpha_Webhook }}

0 comments on commit 091be6d

Please sign in to comment.