Skip to content

fix: remove extra run from test #21

fix: remove extra run from test

fix: remove extra run from test #21

Workflow file for this run

name: New Push
on: [push]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}