Refine Action for Clash
Some checks failed
Generate RULE-SET for Premium Edition of Clash / build (push) Failing after 6s
Some checks failed
Generate RULE-SET for Premium Edition of Clash / build (push) Failing after 6s
This commit is contained in:
@@ -30,8 +30,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Git push
|
- name: Git push
|
||||||
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 Clash
|
git add Clash
|
||||||
git commit -m "${{ env.RELEASE_NAME }}"
|
git commit -m "${{ env.RELEASE_NAME }}"
|
||||||
git push origin automation:main
|
git remote add origin "https://MOOn:${{ secrets.GT_TOKEN }}@git.moon.re/MOOn/Profiles.git"
|
||||||
|
git push origin master:main
|
||||||
|
Reference in New Issue
Block a user