Skip to content

Ele T10 4pc should extend duration by _at least_ 2 ticks, rounded to the nearest tick closest to 6s #1183

Ele T10 4pc should extend duration by _at least_ 2 ticks, rounded to the nearest tick closest to 6s

Ele T10 4pc should extend duration by _at least_ 2 ticks, rounded to the nearest tick closest to 6s #1183

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