Skip to content

Commit 94f92b7

Browse files
committedNov 21, 2022
output as json
1 parent f265b31 commit 94f92b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/cron.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
4545
- name: test link
4646
run: |
47-
echo '{"group": "cronjob", "speedtestMode": "all", "pingMethod": "googleping", "sortMethod": "rspeed", "concurrency": 2, "testMode": 2, "subscription": "https://raw.githubusercontent.com/freefq/free/master/v2", "timeout": 16, "language": "en", "fontSize": 24, "theme": "rainbow", "generatePicMode": 1}' > config.json
47+
echo '{"group": "cronjob", "speedtestMode": "all", "pingMethod": "googleping", "sortMethod": "rspeed", "concurrency": 2, "testMode": 2, "subscription": "https://raw.githubusercontent.com/freefq/free/master/v2", "timeout": 16, "language": "en", "fontSize": 24, "theme": "rainbow", "generatePicMode": 3}' > config.json
4848
./lite --config config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
4949
ls
5050
5151
- name: Upload ZIP file to Artifacts
5252
uses: actions/upload-artifact@v2
5353
with:
54-
name: out.png
55-
path: out.png
54+
name: out.json
55+
path: out.json

0 commit comments

Comments
 (0)