1
0
Fork 0
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:
Harm Weites 2022-03-31 12:52:56 +02:00
parent 652bc66203
commit a78be8d386
No known key found for this signature in database
GPG key ID: 512F961398DC5619

View file

@ -90,7 +90,7 @@ jobs:
#### Hadolint: \`${{ steps.hadolint.outcome }}\`
_output from integration test 5_
\`\`\`
${{ steps.hadolint5.outputs.results }}
${process.env.HADOLINT_RESULTS}
\`\`\`
`;