From 54086a1981028573d92421518ac61da2c720cf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Sun, 23 Feb 2025 17:06:53 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a26fb2..7409b4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,9 +16,9 @@ jobs: - name: Fetch URLs in parallel # secrets设置,变量名称:http - # 变量值(多个保活网页之间用,分隔):http://保活网址1,http://保活网址2,http://………… + # 变量值(每个保活网页之间用空格或者,或者,间隔开,网页前带http://):http://保活网址1,http://保活网址2,http://………… run: | - IFS=$',,' read -r -a http <<< "${{ secrets.http }}" + IFS=$',, ' read -r -a http <<< "${{ secrets.http }}" echo "*****************************************************" echo "甬哥Github项目 :github.com/yonggekkk" echo "甬哥Blogger博客 :ygkkk.blogspot.com"