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 }}