Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/20358/head
QMK Bot 1 year ago
parent
commit
f076458cd0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci_builds.yml

+ 1
- 1
.github/workflows/ci_builds.yml View File

@ -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 }}

Loading…
Cancel
Save