mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
chore: typo in step id
This commit is contained in:
parent
a78be8d386
commit
724e05f46b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
with:
|
||||
script: |
|
||||
const output = `
|
||||
#### Hadolint: \`${{ steps.hadolint.outcome }}\`
|
||||
#### Hadolint: \`${{ steps.hadolint5.outcome }}\`
|
||||
_output from integration test 5_
|
||||
\`\`\`
|
||||
${process.env.HADOLINT_RESULTS}
|
||||
|
|
Loading…
Reference in a new issue