添加版本号到 issue body

This commit is contained in:
Ing 2025-05-13 17:00:58 +08:00
parent 1b4ee3b623
commit a402fb700f

View File

@ -382,7 +382,7 @@ jobs:
update-mode: replace update-mode: replace
body: | body: |
Hi @${{ github.event.issue.user.login }}. 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 }} > ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
---- ----
emoji: hooray emoji: hooray
@ -405,7 +405,7 @@ jobs:
update-mode: replace update-mode: replace
body: | body: |
Hi @${{ github.event.issue.user.login }}. 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 }} > ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
---- ----
emoji: confused emoji: confused