Skip to content

Commit

Permalink
chore: use env var
Browse files Browse the repository at this point in the history
  • Loading branch information
harmw committed Mar 31, 2022
1 parent 652bc66 commit a78be8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
#### Hadolint: \`${{ steps.hadolint.outcome }}\`
_output from integration test 5_
\`\`\`
${{ steps.hadolint5.outputs.results }}
${process.env.HADOLINT_RESULTS}
\`\`\`
`;
Expand Down

0 comments on commit a78be8d

Please sign in to comment.