From 63c769a3df28a4d4cc04823c988f63818aa70b8f Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Sat, 8 Jun 2024 18:14:47 +0800 Subject: [PATCH] Update target-sync-image.yml (#3421) --- .github/workflows/target-sync-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/target-sync-image.yml b/.github/workflows/target-sync-image.yml index 8467bf3..6617a69 100644 --- a/.github/workflows/target-sync-image.yml +++ b/.github/workflows/target-sync-image.yml @@ -68,6 +68,6 @@ jobs: if: failure() run: | ORIGIN_IMAGE=$(echo ${{ github.event.issue.title }}) - gh issue comment ${{ github.event.issue.number }} -b "镜像 ${ORIGIN_IMAGE} 同步失败
[详情请查看](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
[查看成功例子](https://github.com/DaoCloud/public-image-mirror/issues?q=is%3Aissue+is%3Aclosed+label%3A%22sync+image+succeeded%22)
如有疑问请回复 `/auto-cc` 召唤帮助" + gh issue comment ${{ github.event.issue.number }} -b "镜像 ${ORIGIN_IMAGE} 同步失败
[详情请查看](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
[查看成功例子](https://github.com/DaoCloud/public-image-mirror/issues?q=is%3Aissue+is%3Aclosed+label%3A%22sync+image+succeeded%22)
如有疑问请回复 /auto-cc 召唤帮助" gh issue edit ${{ github.event.issue.number }} --add-label "sync image failure" gh issue close ${{ github.event.issue.number }} --reason "not planned"