Skip to content

SS multi-dot + update hunter ST rotations to match best-known custom rotations #1990

SS multi-dot + update hunter ST rotations to match best-known custom rotations

SS multi-dot + update hunter ST rotations to match best-known custom rotations #1990

Workflow file for this run

name: New master pull request webhook
on:
pull_request:
branches: [master]
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