Refine Action for Clash
All checks were successful
Generate RULE-SET for Premium Edition of Clash / build (push) Successful in 9s
All checks were successful
Generate RULE-SET for Premium Edition of Clash / build (push) Successful in 9s
This commit is contained in:
@@ -12,6 +12,11 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout codebase
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: Make directory
|
||||
run: |
|
||||
mkdir -p Clash/RuleSet/StreamingMedia
|
||||
@@ -34,4 +39,4 @@ jobs:
|
||||
git config --local user.email "gitea-actions[bot]@moon.re"
|
||||
git add Clash
|
||||
git commit -m "${{ env.RELEASE_NAME }}"
|
||||
git push origin automation:main
|
||||
git push
|
||||
|
Reference in New Issue
Block a user