mirror of
https://github.com/huqi-pr/trending-in-one.git
synced 2024-11-17 13:58:28 +08:00
Update schedule.yml
This commit is contained in:
parent
69b6404b8c
commit
ba133f1c8f
4
.github/workflows/schedule.yml
vendored
4
.github/workflows/schedule.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run deno
|
- name: Run deno
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "huqi1008301@163.com"
|
git config --local user.email "bot@github.com"
|
||||||
git config --local user.name "huqi"
|
git config --local user.name "bot"
|
||||||
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json mod.ts
|
deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json mod.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user