13 lines
329 B
YAML
13 lines
329 B
YAML
name: Wiki Changed Discord Notification
|
|
|
|
on:
|
|
gollum
|
|
|
|
jobs:
|
|
notify:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: 'oznu/gh-wiki-edit-discord-notification@dfc866fd048f04c239ad113eef3c6c73504d333e'
|
|
with:
|
|
discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}
|
|
ignore-collaborators: false
|