Skip to content

Create dependabot.yml #29

Create dependabot.yml

Create dependabot.yml #29

Workflow file for this run

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