mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-08 23:54: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
|
||||
uses: GitRML/delete-workflow-runs@main
|
||||
with:
|
||||
token: ${{ secrets.AUTH_PAT }}
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
repository: ${{ github.repository }}
|
||||
retain_days: 7
|
||||
|
4
.github/workflows/run.yml
vendored
4
.github/workflows/run.yml
vendored
@ -30,11 +30,11 @@ jobs:
|
||||
env:
|
||||
NO_SKIP: true
|
||||
run: |
|
||||
mkdir -p ./sing-rule/
|
||||
mkdir -p ./sing-rule/Ruleset
|
||||
cp ./workflow/resouces/convert_* ./sing-rule/
|
||||
cd sing-rule || exit 1
|
||||
chmod 777 -R ../ACL4SSR/Clash
|
||||
python convert_json.py ../ACL4SSR/Clash ./
|
||||
python convert_json.py ../ACL4SSR/Clash/Ruleset ./Ruleset
|
||||
|
||||
- name: Convert json to srs
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user