deleting yml and trying a different action

This commit is contained in:
Steve Dogiakos 2022-02-26 15:40:11 -07:00
parent ab889bd819
commit 15ea9b1a5d
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
- name: Discord Commits
uses: Sniddl/discord-commits
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message: "Successful commit to **{{ github.context.payload.repository.owner.name }}/{{ github.context.payload.repository.name}}**.\nDiff: {{ github.context.payload.compare }}"
embed: '{ "title": "{{ commit.title }}", "description": "{{ commit.description }}", "url": "{{ commit.url }}", "author": { "name": "{{ commit.author.name }} ({{ commit.author.username }})", "icon_url": "https://avatars.io/gravatar/{{ commit.author.email }}"} }'
last-commit-only: false