From e38f186dd1530ac95f8c6c4139556a0c63b22508 Mon Sep 17 00:00:00 2001 From: Hugo Chiang <31283897+DusKing1@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:16:39 +0800 Subject: [PATCH] fix typo in ci comment bot --- .github/workflows/artifact-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact-links.yml b/.github/workflows/artifact-links.yml index 47456cf..92cae72 100644 --- a/.github/workflows/artifact-links.yml +++ b/.github/workflows/artifact-links.yml @@ -15,8 +15,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - prefix: "**Do you want to test this code? Here you have an automated build:**" - suffix: "_**WARNING:** It may be unstable. Use only for testing!_" + prefix: "**Do you want to test this code? Here you have some automated builds:**" + suffix: "_**WARNING:** They may be unstable. Use only for testing!_" format: name addTo: pullandissues continue-on-error: true