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