From fcfb5ab190d2130cb495d326bd3bf92c2daa6581 Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Sat, 26 Feb 2022 15:33:26 -0700 Subject: [PATCH] drop version and add fork name --- .github/workflows/discord-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-commits.yml b/.github/workflows/discord-commits.yml index 8510437..16e544d 100644 --- a/.github/workflows/discord-commits.yml +++ b/.github/workflows/discord-commits.yml @@ -1,5 +1,5 @@ - name: Discord Commits - uses: Sniddl/discord-commits@v1.14.8 + uses: Sniddl/discord-commits@master 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 }}"