Skip to content

Nudge

Nudge #84

Workflow file for this run

name: Nudge
on:
workflow_run:
workflows: ["CI", "Create release", "Release", "Build and Deploy website to Pages"]
types: [completed]
branches: [main]
jobs:
nudge:
runs-on: ubuntu-latest
environment: nudge
steps:
- name: Send message
uses: pavlovic-ivan/octo-nudge@main
with:
webhooks: ${{ secrets.WEBHOOKS }}