From 22ad374fb741bae798a7dde1b7c3666c3e122d42 Mon Sep 17 00:00:00 2001 From: BROBIRD <7692707+BROBIRD@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:11:06 +0800 Subject: [PATCH] fix a bug --- .github/workflows/update.yml | 2 -- 1 file changed, 2 deletions(-) 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