From a402fb700fd0a183820545d086efcb81e090a330 Mon Sep 17 00:00:00 2001 From: Ing Date: Tue, 13 May 2025 17:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=88=B0=20issue=20body?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 647be691..6fc612ee 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -382,7 +382,7 @@ jobs: update-mode: replace body: | Hi @${{ github.event.issue.user.login }}. - RR-${{ env.model }} build success, please download the attachment from the below link (Attachments are only kept for 5 days). + RR-${{ env.model }}-${{ env.TAG }} build success, please download the attachment from the below link (Attachments are only kept for 5 days). > ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} ---- emoji: hooray @@ -405,7 +405,7 @@ jobs: update-mode: replace body: | Hi @${{ github.event.issue.user.login }}. - RR-${{ env.model }} build failed, please try again. + RR-${{ env.model }}-${{ env.TAG }} build failed, please try again. > ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} ---- emoji: confused