Skip to content

(new issue because I can't re-open the old one?) don't think #3584 [new warlock DP calculation] was implemented correctly #1074

(new issue because I can't re-open the old one?) don't think #3584 [new warlock DP calculation] was implemented correctly

(new issue because I can't re-open the old one?) don't think #3584 [new warlock DP calculation] was implemented correctly #1074

Workflow file for this run

name: New issue webhook
on:
issues:
types: [opened]
jobs:
send_webhook:
runs-on: ubuntu-latest
steps:
- name: Send webhook
uses: Ilshidur/action-discord@master
continue-on-error: true
env:
DISCORD_WEBHOOK: ${{ secrets.WEBHOOK_URL }}
- name: Exit 0
run: exit 0