Update schedule.yml

This commit is contained in:
huqi 2022-03-10 13:18:50 +08:00 committed by GitHub
parent 69b6404b8c
commit ba133f1c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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