Update main.yml
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set environment variable
|
- name: Set environment variable
|
||||||
run: echo "URLS=${{ secrets.http }}" >> $GITHUB_ENV
|
run: echo "url=${{ secrets.http }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Fetch URLs in parallel
|
- name: Fetch URLs in parallel
|
||||||
# secrets设置,变量名称:http
|
# secrets设置,变量名称:http
|
||||||
|
|||||||
Reference in New Issue
Block a user