Trinkets for caster, showing Strength and Agility Trinkets in gear list on https://www.wowsims.com/mop/mage/frost/ #158
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |