Update download-upstream.yml

This commit is contained in:
gentlyxu 2021-05-29 11:44:20 +08:00 committed by GitHub
parent 9d32065aaa
commit 272215f17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,6 @@ jobs:
with:
branch: 'adlist-maker'
github_token: ${{ secrets.PERSON_TOKEN }}
- name: sync
- name: rebuild list
run: |
curl -s -m 30 -X POST "$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/actions/workflows/auto-rebuild.yml/dispatches" -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.PERSON_TOKEN }}" -d '{"ref":"adlist-maker"}'