debug directory file perms
This commit is contained in:
@@ -13,10 +13,19 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Inspect renovate.json on runner
|
||||
run: |
|
||||
pwd
|
||||
ls -ld .
|
||||
ls -l
|
||||
echo "stat renovate.json:"
|
||||
stat renovate.json || echo "stat failed"
|
||||
echo "file renovate.json:"
|
||||
file renovate.json || echo "file failed"
|
||||
|
||||
- name: Run Renovate
|
||||
uses: renovatebot/github-action@v46.1.3
|
||||
with:
|
||||
renovate-version: full
|
||||
mount-docker-socket: 'true'
|
||||
env:
|
||||
LOG_LEVEL: debug
|
||||
|
||||
Reference in New Issue
Block a user