💚 ci: add checkout to fix unkown repos #5
3
.github/workflows/auto-pr-from-mirror.yaml
vendored
3
.github/workflows/auto-pr-from-mirror.yaml
vendored
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user