Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit fc0307c

Browse files
committed
Add link to GitHub actions run to all build failure notifications
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45707 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent dd0a94a commit fc0307c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/build-main-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,4 +550,4 @@ jobs:
550550
IRC_PASS: ${{ secrets.IRC_PASS }}
551551
shell: bash
552552
run: |
553-
./vice/build/github-actions/irc-message.sh "tried to build $(echo "${{ github.ref }}" | sed 's,.*/,,') but it failed :( $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
553+
./vice/build/github-actions/irc-message.sh "tried to build $(echo "${{ github.ref }}" | sed 's,.*/,,') but it failed :( See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"

.github/workflows/check-make-dist.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ jobs:
126126
if: ${{ failure() }}
127127
shell: bash
128128
run: |
129-
./vice/build/github-actions/irc-message.sh "make dist => make failed for ${{ matrix.source.name }} => ${{ matrix.target.name }}"
130-
129+
./vice/build/github-actions/irc-message.sh "make dist => make failed for ${{ matrix.source.name }} => ${{ matrix.target.name }}. See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
131130
132131
diff_dists:
133132
name: Check dist tarballs for content differences
@@ -155,4 +154,4 @@ jobs:
155154
if: ${{ failure() }}
156155
shell: bash
157156
run: |
158-
./vice/build/github-actions/irc-message.sh "Dist tarballs do not match. See log of 'Weekly Check Dist' github action."
157+
./vice/build/github-actions/irc-message.sh "Dist tarballs do not match. See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"

.github/workflows/run-doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
if: ${{ failure() }}
3838
shell: bash
3939
run: |
40-
./vice/build/github-actions/irc-message.sh "Running Doxygen failed."
40+
./vice/build/github-actions/irc-message.sh "Running Doxygen failed. See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"

0 commit comments

Comments
 (0)