diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index bd4db24..530251a 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -15,7 +15,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 with: - persist-credentials: false fetch-depth: 0 - name: Set up Python @@ -122,6 +121,5 @@ jobs: with: message: '[AutoUpdate] Update GFWList rules and mrs files - $(date -u +"%Y-%m-%dT%H:%M:%SZ")' push: true - branch: ${{ github.head_ref || github.ref_name }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file