summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Tier2023-06-15 12:40:09 +0100
committerGitHub2023-06-15 13:40:09 +0200
commitdb7f4ac3226afeb3ac76d590e569bdfb63c5fc19 (patch)
tree0a30e992c98234fb59a6d70f36e00ef52fb9dc72
parent198c3f001410f259dab7d085136a37afe863cfa4 (diff)
downloadIT.starlight-db7f4ac3226afeb3ac76d590e569bdfb63c5fc19.tar.gz
IT.starlight-db7f4ac3226afeb3ac76d590e569bdfb63c5fc19.tar.bz2
IT.starlight-db7f4ac3226afeb3ac76d590e569bdfb63c5fc19.zip
Fix GitHub commit link in congrats bot message (#211)
-rw-r--r--.github/workflows/discord-congrats.yml2
1 files changed, 1 insertions, 1 deletions
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 }}