Fix "No repositories found" error for renovate action
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
- cron: '0 2 * * 1'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
@@ -30,4 +30,4 @@ jobs:
|
||||
LOG_LEVEL: debug
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
renovate --platform=github
|
||||
renovate --platform=github --repositories "${{ github.repository }}"
|
||||
|
||||
Reference in New Issue
Block a user