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
|
- name: Git push assets to "release" branch
|
||||||
# if: ${{ env.NeedToSync }}
|
# if: ${{ env.NeedToSync }}
|
||||||
run: |
|
run: |
|
||||||
git init
|
|
||||||
git config --local user.name "gitea-actions[bot]"
|
git config --local user.name "gitea-actions[bot]"
|
||||||
git config --local user.email "gitea-actions[bot]@moon.re"
|
git config --local user.email "gitea-actions[bot]@moon.re"
|
||||||
git add *.txt
|
git add *.txt
|
@@ -14,6 +14,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout codebase
|
- name: Checkout codebase
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: main
|
||||||
|
|
||||||
|
- name: Make directory
|
||||||
|
run: |
|
||||||
|
mkdir -p Clash/RuleSet/StreamingMedia
|
||||||
|
|
||||||
- name: Set variables
|
- name: Set variables
|
||||||
run: |
|
run: |
|
||||||
@@ -33,4 +39,4 @@ jobs:
|
|||||||
git config --local user.email "gitea-actions[bot]@moon.re"
|
git config --local user.email "gitea-actions[bot]@moon.re"
|
||||||
git add Clash
|
git add Clash
|
||||||
git commit -m "${{ env.RELEASE_NAME }}"
|
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
|
full:espndotcom.tt.omtrdc.net
|
||||||
domain:hotstar.com
|
domain:hotstar.com
|
||||||
domain:hotstar-cdn.net
|
domain:hotstar-cdn.net
|
||||||
|
domain:hotstar-labs.com
|
||||||
domain:hotstarext.com
|
domain:hotstarext.com
|
||||||
domain:hsprepack.akamaized.net
|
domain:hsprepack.akamaized.net
|
||||||
regexp:^hses[1-7]?.akamaized.net$
|
regexp:^hses[1-7]?.akamaized.net$
|
||||||
|
Reference in New Issue
Block a user