mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 06:35:55 +00:00
chore: spotted a little typo in readme
This commit is contained in:
parent
d73282b64c
commit
55991004e8
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ Example to create a comment in a PR:
|
|||
with:
|
||||
script: |
|
||||
const output = `
|
||||
#### Hadolint: \`${{ steps.hadolint5.outcome }}\`
|
||||
#### Hadolint: \`${{ steps.hadolint.outcome }}\`
|
||||
\`\`\`
|
||||
${process.env.HADOLINT_RESULTS}
|
||||
\`\`\`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue