Compare commits
5 Commits
19cd3c0d68
...
automation
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7874d39713 | ||
4b3a0e8ce3 | |||
2bcef50d2d | |||
488b220b11 | |||
9d1f37aa03 |
@@ -64,7 +64,6 @@ jobs:
|
||||
- name: Git push assets to "release" branch
|
||||
# if: ${{ env.NeedToSync }}
|
||||
run: |
|
||||
git init
|
||||
git config --local user.name "gitea-actions[bot]"
|
||||
git config --local user.email "gitea-actions[bot]@moon.re"
|
||||
git add *.txt
|
@@ -14,6 +14,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout codebase
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: Make directory
|
||||
run: |
|
||||
mkdir -p Clash/RuleSet/StreamingMedia
|
||||
|
||||
- name: Set variables
|
||||
run: |
|
||||
@@ -33,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
|
||||
|
@@ -52,6 +52,7 @@ full:espn.hb.omtrdc.net
|
||||
full:espndotcom.tt.omtrdc.net
|
||||
domain:hotstar.com
|
||||
domain:hotstar-cdn.net
|
||||
domain:hotstar-labs.com
|
||||
domain:hotstarext.com
|
||||
domain:hsprepack.akamaized.net
|
||||
regexp:^hses[1-7]?.akamaized.net$
|
||||
|
Reference in New Issue
Block a user