Revision: 45707
http://sourceforge.net/p/vice-emu/code/45707
Author: dqh
Date: 2025-06-28 03:01:18 +0000 (Sat, 28 Jun 2025)
Log Message:
-----------
Add link to GitHub actions run to all build failure notifications
Modified Paths:
--------------
trunk/.github/workflows/build-main-on-push.yml
trunk/.github/workflows/check-make-dist.yml
trunk/.github/workflows/run-doxygen.yml
Modified: trunk/.github/workflows/build-main-on-push.yml
===================================================================
--- trunk/.github/workflows/build-main-on-push.yml 2025-06-23 10:33:38 UTC (rev 45706)
+++ trunk/.github/workflows/build-main-on-push.yml 2025-06-28 03:01:18 UTC (rev 45707)
@@ -550,4 +550,4 @@
IRC_PASS: ${{ secrets.IRC_PASS }}
shell: bash
run: |
- ./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"
+ ./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"
Modified: trunk/.github/workflows/check-make-dist.yml
===================================================================
--- trunk/.github/workflows/check-make-dist.yml 2025-06-23 10:33:38 UTC (rev 45706)
+++ trunk/.github/workflows/check-make-dist.yml 2025-06-28 03:01:18 UTC (rev 45707)
@@ -126,9 +126,8 @@
if: ${{ failure() }}
shell: bash
run: |
- ./vice/build/github-actions/irc-message.sh "make dist => make failed for ${{ matrix.source.name }} => ${{ matrix.target.name }}"
+ ./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"
-
diff_dists:
name: Check dist tarballs for content differences
runs-on: ubuntu-latest
@@ -155,4 +154,4 @@
if: ${{ failure() }}
shell: bash
run: |
- ./vice/build/github-actions/irc-message.sh "Dist tarballs do not match. See log of 'Weekly Check Dist' github action."
+ ./vice/build/github-actions/irc-message.sh "Dist tarballs do not match. See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
Modified: trunk/.github/workflows/run-doxygen.yml
===================================================================
--- trunk/.github/workflows/run-doxygen.yml 2025-06-23 10:33:38 UTC (rev 45706)
+++ trunk/.github/workflows/run-doxygen.yml 2025-06-28 03:01:18 UTC (rev 45707)
@@ -37,4 +37,4 @@
if: ${{ failure() }}
shell: bash
run: |
- ./vice/build/github-actions/irc-message.sh "Running Doxygen failed."
+ ./vice/build/github-actions/irc-message.sh "Running Doxygen failed. See $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|