mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01: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
Reference in a new issue