Skip to content

README

README #17

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
main:
name: main
runs-on: ubuntu-latest
steps:
- name: Notify Discord
uses: ./
with:
webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
message: "Hello, from Github"