From df7b56e0ea91adbb04e19a7e904c062bbd46a79b Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Fri, 7 Apr 2023 18:38:16 +1000 Subject: [PATCH] Fixup CI build variables. (#20357) --- .github/workflows/ci_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml index 366b5e0ddee..e101b31c7cb 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 }}