Skip to content

Commit 7576b66

Browse files
committed
ci: try to fix default config path
1 parent 9f4a979 commit 7576b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
with:
2121
repository: bettermarks/renovate-config
22-
path: renovate-config
22+
path: ${{ github.workspace }}/renovate-config
2323
- uses: ./validator
2424
with:
2525
config: ${{ inputs.config || 'renovate-config/renovate.json' }}

0 commit comments

Comments
 (0)