1
0
Fork 0
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:
Mike Gray 2022-04-23 10:19:23 -04:00 committed by GitHub
parent f988afea3d
commit d51839a6b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Add the following step to your workflow configuration:
```yml
steps:
- uses: actions/checkout@v2
- uses: hadolint/hadolint-action@v2.0.0
- uses: hadolint/hadolint-action@v2.1.0
with:
dockerfile: Dockerfile
```