diff options
author | QMK Bot <hello@qmk.fm> | 2023-04-07 08:38:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-04-07 08:38:54 +0000 |
commit | f076458cd05c52892a95125fdd6b65ce1dc6f6cc (patch) | |
tree | ee2ca15d209336b95536ef5f1e2affc38b942aaa | |
parent | 5bc514036b094560b16190edc65687d9ec4b82e3 (diff) | |
parent | df7b56e0ea91adbb04e19a7e904c062bbd46a79b (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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 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 }} |