Update main.yml

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-23 17:18:33 +08:00
committed by GitHub
parent f991f4f0fb
commit 3ddcc54ec1
-3
View File
@@ -14,9 +14,6 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set environment variable
run: echo "url=${{ secrets.http }}" >> $GITHUB_ENV
- name: Fetch URLs in parallel - name: Fetch URLs in parallel
# secrets设置,变量名称:http # secrets设置,变量名称:http
# 变量值(每个保活网页之间用空格或者,或者,间隔开,网页前带http://)http://保活网址1,http://保活网址2,http://………… # 变量值(每个保活网页之间用空格或者,或者,间隔开,网页前带http://)http://保活网址1,http://保活网址2,http://…………