Skip to content

Commit

Permalink
add dir Ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonJunior committed Apr 30, 2024
1 parent 5fd57f7 commit be5e541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be5e541

Please sign in to comment.