Skip to content

build

build #16

Workflow file for this run

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