ruffle/.github/workflows/wiki_changed.yml

13 lines
292 B
YAML
Raw Normal View History

name: Wiki Changed Discord Notification
on:
gollum
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: 'oznu/gh-wiki-edit-discord-notification@main'
with:
discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}
2022-09-25 22:25:21 +00:00
ignore-collaborators: false