mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
Create sync-to-dist.yml
This commit is contained in:
parent
53800022ad
commit
8d44d6301f
13
.github/workflows/sync-to-dist.yml
vendored
Normal file
13
.github/workflows/sync-to-dist.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: sync list to dist
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run notification
|
||||||
|
run: curl --connect-timeout 60 -s -X POST -i -u ${{ secrets.GIT_USER }}:${{ secrets.SYNC_TOKEN }} https://api.github.com/repos/privacy-protection-tools/privacy-protection-tools.github.io/actions/runs/${{ secrets.RUNS_ID }}/rerun
|
Loading…
Reference in New Issue
Block a user