From 9360bd0131ea2812dcbe164fd1b26f3cc1fbb513 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Thu, 29 Jan 2026 17:24:38 +0800 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions:=20=E6=9B=BF=E6=8D=A2=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E4=B8=BA=20`vars`=20=E6=8F=90=E9=AB=98=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=81=B5=E6=B4=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index e97a913..0967077 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -42,7 +42,7 @@ jobs: - name: Notification if: success() env: - NOTIFY_CURLS: ${{ secrets.NOTIFY_CURLS }} + NOTIFY_CURLS: ${{ vars.NOTIFY_CURLS }} run: | if [ -n "$NOTIFY_CURLS" ]; then printf "%s\n" "$NOTIFY_CURLS" | while read -r line; do