Skip to content

Wiki Alert

Wiki Alert #216

Workflow file for this run

name: Wiki Alert
on:
gollum
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Secret Check
id: secret
run: echo "empty=${{secrets.WIKI_WEBHOOK == ''}}" >> $GITHUB_OUTPUT
- name: Send Webhook
if: steps.secret.outputs.empty == 'false'
uses: "oznu/[email protected]"
with:
discord-webhook-url: ${{ secrets.WIKI_WEBHOOK }}
ignore-collaborators: false