fix a bug

This commit is contained in:
BROBIRD
2026-06-02 02:11:06 +08:00
parent 259afe8321
commit 22ad374fb7

View File

@@ -15,7 +15,6 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
persist-credentials: false
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
@@ -122,6 +121,5 @@ jobs:
with: with:
message: '[AutoUpdate] Update GFWList rules and mrs files - $(date -u +"%Y-%m-%dT%H:%M:%SZ")' message: '[AutoUpdate] Update GFWList rules and mrs files - $(date -u +"%Y-%m-%dT%H:%M:%SZ")'
push: true push: true
branch: ${{ github.head_ref || github.ref_name }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}