mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-31 11:51:08 +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:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const output = `
|
const output = `
|
||||||
#### Hadolint: \`${{ steps.hadolint5.outcome }}\`
|
#### Hadolint: \`${{ steps.hadolint.outcome }}\`
|
||||||
\`\`\`
|
\`\`\`
|
||||||
${process.env.HADOLINT_RESULTS}
|
${process.env.HADOLINT_RESULTS}
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|
Loading…
Add table
Reference in a new issue