Merge pull request '💚 ci: add checkout to fix unkown repos' (#5) from ci/add-automatic-sync into main
All checks were successful
Sync to GitHub / sync (push) Successful in 8s
All checks were successful
Sync to GitHub / sync (push) Successful in 8s
Reviewed-on: #5
This commit is contained in:
3
.github/workflows/auto-pr-from-mirror.yaml
vendored
3
.github/workflows/auto-pr-from-mirror.yaml
vendored
@ -9,6 +9,9 @@ jobs:
|
|||||||
pr:
|
pr:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create PR via GitHub CLI
|
- name: Create PR via GitHub CLI
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user