mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
chore: quotes to not parse it by mistake
This commit is contained in:
parent
0c7fcaa67b
commit
e3462c378d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue