commit df7b56e0ea91adbb04e19a7e904c062bbd46a79b parent 2e766a9c7a0888a96ed9108f09a085f4298af0b3 Author: Nick Brassel <nick@tzarc.org> Date: Fri, 7 Apr 2023 18:38:16 +1000 Fixup CI build variables. (#20357) Diffstat:
| M | .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 @@ -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 }}