Skip to content

Commit

Permalink
fix run syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Mar 19, 2024
1 parent 218a76c commit 6585cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ The Dependency Review GitHub Action check will only block a pull request from be
> ```yaml
> env:
> VULNERABLE_CHANGES: ${{ steps.review.outputs.vulnerable-changes }}
> run: echo "$VULNERABLE_CHANGES" | jq
> run: |
> echo "$VULNERABLE_CHANGES" | jq
> ```
>
> instead of direct `echo '${{ steps.review.outputs.vulnerable-changes }}'`. See [examples](docs/examples.md) for more.
Expand Down

0 comments on commit 6585cc5

Please sign in to comment.