Skip to content

remove comment

remove comment #1

name: Send Discord webhook on push
on:
[workflow_dispatch, push]
jobs:
message:
runs-on: ubuntu-latest
steps:
- name: Discord Webhook Action
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: ${{ github.event.repository.owner.name }}/${{ github.event.repository.name }}
embed-description: ${{ github.event.head_commit.message }}
avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png