From 643bdc4ed8deb854cf6cd79435430ef3698e969b Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Sat, 26 Feb 2022 15:52:19 -0700 Subject: [PATCH] fix tabs, remove '-' --- .github/workflows/discord-commits.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/discord-commits.yml b/.github/workflows/discord-commits.yml index 454f209..3af79f8 100644 --- a/.github/workflows/discord-commits.yml +++ b/.github/workflows/discord-commits.yml @@ -1,7 +1,7 @@ -- name: Discord Commits - uses: Sniddl/discord-commits@v1.3 - 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 +name: Discord Commits + uses: Sniddl/discord-commits@v1.3 + 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