mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +00:00
docs: clarify file naming (#835)
* Update README.md * fix workflow * chore: prettier-fix * Update .github/workflows/build.yml --------- Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
ac583e37d5
commit
e063ae963e
2 changed files with 6 additions and 7 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -64,7 +64,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
configurationFile: [example/renovate-config.js, example/renovate.json]
|
||||
configurationFile:
|
||||
- example/renovate-config.js
|
||||
- example/renovate-config.json
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue