mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
fix: typo in action 9DockerFile)
Typo resulted in not pointing to the correct location.
This commit is contained in:
parent
95b75119e9
commit
5525465215
2 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,6 @@ inputs:
|
|||
default: 'src/config.js'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'src/Dockerfile'
|
||||
image: 'src/DockerFile'
|
||||
args:
|
||||
- ${{ inputs.configurationFile }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue