Update main.yml

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-23 17:06:53 +08:00
committed by GitHub
parent b03f493d5e
commit 54086a1981
+2 -2
View File
@@ -16,9 +16,9 @@ jobs:
- name: Fetch URLs in parallel - name: Fetch URLs in parallel
# secrets设置,变量名称:http # secrets设置,变量名称:http
# 变量值(个保活网页之间用,分隔)http://保活网址1,http://保活网址2,http://………… # 变量值(个保活网页之间用空格或者,或者,间隔开,网页前带http://)http://保活网址1,http://保活网址2,http://…………
run: | run: |
IFS=$',' read -r -a http <<< "${{ secrets.http }}" IFS=$', ' read -r -a http <<< "${{ secrets.http }}"
echo "*****************************************************" echo "*****************************************************"
echo "甬哥Github项目 github.com/yonggekkk" echo "甬哥Github项目 github.com/yonggekkk"
echo "甬哥Blogger博客 ygkkk.blogspot.com" echo "甬哥Blogger博客 ygkkk.blogspot.com"