Skip to content

Merge pull request #5 from discord-actions/dependabot/npm_and_yarn/pr… #34

Merge pull request #5 from discord-actions/dependabot/npm_and_yarn/pr…

Merge pull request #5 from discord-actions/dependabot/npm_and_yarn/pr… #34

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"