mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-08 21:34:13 +08:00
add dir Ruleset
This commit is contained in:
parent
5fd57f77a2
commit
be5e5415de
2
.github/workflows/delete.yml
vendored
2
.github/workflows/delete.yml
vendored
@ -11,6 +11,6 @@ jobs:
|
|||||||
- name: Delete workflow runs
|
- name: Delete workflow runs
|
||||||
uses: GitRML/delete-workflow-runs@main
|
uses: GitRML/delete-workflow-runs@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.AUTH_PAT }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
retain_days: 7
|
retain_days: 7
|
||||||
|
4
.github/workflows/run.yml
vendored
4
.github/workflows/run.yml
vendored
@ -30,11 +30,11 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NO_SKIP: true
|
NO_SKIP: true
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./sing-rule/
|
mkdir -p ./sing-rule/Ruleset
|
||||||
cp ./workflow/resouces/convert_* ./sing-rule/
|
cp ./workflow/resouces/convert_* ./sing-rule/
|
||||||
cd sing-rule || exit 1
|
cd sing-rule || exit 1
|
||||||
chmod 777 -R ../ACL4SSR/Clash
|
|
||||||
python convert_json.py ../ACL4SSR/Clash ./
|
python convert_json.py ../ACL4SSR/Clash ./
|
||||||
|
python convert_json.py ../ACL4SSR/Clash/Ruleset ./Ruleset
|
||||||
|
|
||||||
- name: Convert json to srs
|
- name: Convert json to srs
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user