chore: spotted a little typo in readme

This commit is contained in:
Harm Weites
2022-03-31 15:31:54 +02:00
parent d73282b64c
commit 55991004e8
+1 -1
View File
@@ -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}
\`\`\`