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
No known key found for this signature in database
GPG key ID: 512F961398DC5619

View file

@ -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}
\`\`\` \`\`\`