From db7f4ac3226afeb3ac76d590e569bdfb63c5fc19 Mon Sep 17 00:00:00 2001 From: Reuben Tier Date: Thu, 15 Jun 2023 12:40:09 +0100 Subject: Fix GitHub commit link in congrats bot message (#211) --- .github/workflows/discord-congrats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-congrats.yml b/.github/workflows/discord-congrats.yml index 2ce5ef7c..9b5805d9 100644 --- a/.github/workflows/discord-congrats.yml +++ b/.github/workflows/discord-congrats.yml @@ -27,7 +27,7 @@ jobs: - id: message name: Format Discord message env: - GITHUB_REPO: ${{ github.event.repository.name }} + GITHUB_REPO: ${{ github.repository }} COMMIT_AUTHOR: ${{ github.event.commits[0].author.name }} COMMIT_MESSAGE: ${{ github.event.commits[0].message }} COMMIT_ID: ${{ github.event.commits[0].id }} -- cgit