We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bc5140 + df7b56e commit f076458Copy full SHA for f076458
.github/workflows/ci_builds.yml
@@ -65,4 +65,4 @@ jobs:
65
DISCORD_WEBHOOK: ${{ secrets.CI_DISCORD_WEBHOOK }}
66
run: |
67
python3 -m pip install -r requirements.txt
68
- 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 }}
0 commit comments