summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-04-07 08:38:54 +0000
committerQMK Bot <hello@qmk.fm>2023-04-07 08:38:54 +0000
commitf076458cd05c52892a95125fdd6b65ce1dc6f6cc (patch)
treeee2ca15d209336b95536ef5f1e2affc38b942aaa /.github
parent5bc514036b094560b16190edc65687d9ec4b82e3 (diff)
parentdf7b56e0ea91adbb04e19a7e904c062bbd46a79b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml
index 928ddc08e9..c65db1eb48 100644
--- a/.github/workflows/ci_builds.yml
+++ b/.github/workflows/ci_builds.yml
@@ -65,4 +65,4 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.CI_DISCORD_WEBHOOK }}
run: |
python3 -m pip install -r requirements.txt
- python3 ./discord-results.py --branch ${{ matrix.branch }} --keymap ${{ matrix.keymap }} --url ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}
+ python3 ./discord-results.py --branch ${{ matrix.branch }} --keymap ${{ matrix.keymap }} --url ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}