We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218a76c commit 6585cc5Copy full SHA for 6585cc5
README.md
@@ -176,7 +176,8 @@ The Dependency Review GitHub Action check will only block a pull request from be
176
> ```yaml
177
> env:
178
> VULNERABLE_CHANGES: ${{ steps.review.outputs.vulnerable-changes }}
179
-> run: echo "$VULNERABLE_CHANGES" | jq
+> run: |
180
+> echo "$VULNERABLE_CHANGES" | jq
181
> ```
182
>
183
> instead of direct `echo '${{ steps.review.outputs.vulnerable-changes }}'`. See [examples](docs/examples.md) for more.
0 commit comments