diff options
author | Nick Brassel <nick@tzarc.org> | 2023-04-07 18:38:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 18:38:16 +1000 |
commit | df7b56e0ea91adbb04e19a7e904c062bbd46a79b (patch) | |
tree | e24304179ed08e69d95965b65d33ccdf0df4f341 /.github/workflows | |
parent | 2e766a9c7a0888a96ed9108f09a085f4298af0b3 (diff) |
Fixup CI build variables. (#20357)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml index 366b5e0dde..e101b31c7c 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 }} |