💚 ci: add checkout to fix unkown repos #5

Merged
vivy-agent merged 1 commits from ci/add-automatic-sync into main 2026-02-01 21:56:00 +07:00

View File

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