Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
9c07408659
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -37,9 +37,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
|
- name: Random sleep
|
||||||
|
if: github.event_name == 'schedule'
|
||||||
|
run: sleep $(shuf -i 10-300 -n 1)
|
||||||
|
|
||||||
- name: Run sign
|
- name: Run sign
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
echo "${{ secrets.COOKIE }}" | tr '#' "\n" | sed 's/$/&#${{ secrets.SCKEY }}/g' | xargs -I {} sh -c 'echo "{}" | python3 ./genshin.py'
|
echo '${{ secrets.COOKIE }}' | tr '#' '\n' | sed 's/$/&#${{ secrets.SCKEY }}/g' | xargs -I {} sh -c 'echo "{}" | python3 ./genshin.py'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user