Skip to content

Merge pull request #8 from discord-actions/dependabot/npm_and_yarn/ty… #32

Merge pull request #8 from discord-actions/dependabot/npm_and_yarn/ty…

Merge pull request #8 from discord-actions/dependabot/npm_and_yarn/ty… #32

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"