Fix config and readme

This commit is contained in:
Ismo Vuorinen
2022-11-28 15:49:40 +02:00
parent 0bb1e528eb
commit 1348f1ab72
2 changed files with 4 additions and 8 deletions

View File

@@ -9,13 +9,13 @@ Actions should be linked using the `uses` keyword. Read more from the Reusing wo
```yml
jobs:
CompressImages:
uses: ivuorinen/.github/workflows/compress-images.yml
uses: ivuorinen/.github/.github/workflows/compress-images.yml
ReuseableMatrixJobForComposerInstall:
ReusableMatrixJobForComposerInstall:
strategy:
matrix:
target: ['8.0', '8.1']
uses: ivuorinen/.github/workflows/composer-install.yml@main
uses: ivuorinen/.github/.github/workflows/composer-install.yml@main
with:
php-versions: ${{ matrix.target }}
```

View File

@@ -1,8 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ivuorinen/.github:renovate-config"],
"includePaths": [
".",
"./**"
]
"extends": ["github>ivuorinen/.github:renovate-config"]
}