diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 0e57fbf9..8daaa3c4 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -4,9 +4,6 @@ on: push: branches: - custom - pull_request: - branches: - - custom workflow_dispatch: jobs: @@ -71,8 +68,8 @@ jobs: run: | git config --global user.name "${{ github.actor }}" git config --global user.email "${{ github.actor }}@users.noreply.github.com" - + git add . git diff --cached --quiet || git commit -m "Synced apps from source repository via GitHub Actions" - + git push https://x-access-token:${{ secrets.GITHUBTOKEN }}@github.com/QYG2297248353/appstore-dpanel.git master