mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
Update usage example
"Example to create a comment in a PR" doesn't work with v2.0.0
This commit is contained in:
parent
f988afea3d
commit
d51839a6b5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Add the following step to your workflow configuration:
|
||||||
```yml
|
```yml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: hadolint/hadolint-action@v2.0.0
|
- uses: hadolint/hadolint-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue