chore: typo

This commit is contained in:
Harm Weites 2022-03-31 10:03:56 +02:00
parent 8ea032569b
commit 0c7fcaa67b
No known key found for this signature in database
GPG key ID: 512F961398DC5619

View file

@ -79,7 +79,7 @@ jobs:
- name: Run integration test 6 - verify results output parameter
# This step will never fail, but will print out the results from step5
run: echo {{ steps.hadolint5.outputs.results }}
run: echo ${{ steps.hadolint5.outputs.results }}
#- name: Run integration test 6 - output to file
# # This step will never fail, but will print out rule violations.