diff --git a/.gitea/workflows/clash.yaml b/.gitea/workflows/clash.yaml index 4e939ba..d859847 100644 --- a/.gitea/workflows/clash.yaml +++ b/.gitea/workflows/clash.yaml @@ -30,8 +30,9 @@ jobs: - name: Git push run: | + git init git config --local user.name "gitea-actions[bot]" 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 origin master:main