mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-18 13:28:15 +00:00
chore: spotted a little typo in readme
This commit is contained in:
@@ -53,7 +53,7 @@ Example to create a comment in a PR:
|
|||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const output = `
|
const output = `
|
||||||
#### Hadolint: \`${{ steps.hadolint5.outcome }}\`
|
#### Hadolint: \`${{ steps.hadolint.outcome }}\`
|
||||||
\`\`\`
|
\`\`\`
|
||||||
${process.env.HADOLINT_RESULTS}
|
${process.env.HADOLINT_RESULTS}
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|||||||
Reference in New Issue
Block a user