自定义 geosite

This commit is contained in:
Larvan2
2023-03-21 07:19:30 +00:00
parent 921e09d1ad
commit 5546986db5
3 changed files with 103 additions and 455 deletions

16
.github/workflows/delete.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Delete old workflow runs
on:
schedule:
- cron: '0 0 * * 0'
# Run monthly, at 00:00 on the 1st day of month.
jobs:
del_runs:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: GitRML/delete-workflow-runs@main
with:
token: ${{ secrets.AUTH_PAT }}
repository: ${{ github.repository }}
retain_days: 7