debug directory file perms
This commit is contained in:
@@ -13,10 +13,19 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
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
|
- name: Run Renovate
|
||||||
uses: renovatebot/github-action@v46.1.3
|
uses: renovatebot/github-action@v46.1.3
|
||||||
with:
|
with:
|
||||||
renovate-version: full
|
|
||||||
mount-docker-socket: 'true'
|
mount-docker-socket: 'true'
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
|
|||||||
Reference in New Issue
Block a user