From bb6bed884ad66302efd5a1eb6cd3d845784998a9 Mon Sep 17 00:00:00 2001 From: Vivy Bot Date: Sun, 1 Feb 2026 21:54:35 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20add=20checkout=20to=20fix?= =?UTF-8?q?=20unkown=20repos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-pr-from-mirror.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-pr-from-mirror.yaml b/.github/workflows/auto-pr-from-mirror.yaml index 6c66377..e63cafd 100644 --- a/.github/workflows/auto-pr-from-mirror.yaml +++ b/.github/workflows/auto-pr-from-mirror.yaml @@ -9,6 +9,9 @@ jobs: pr: runs-on: ubuntu-latest steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Create PR via GitHub CLI env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- 2.49.0