diff --git a/README.md b/README.md index bc3bf6e..0242e61 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ steps: uses: juliangruber/read-file-action@v1 with: path: ./package.json - trim: false - name: Echo package.json - run: echo ${{ steps.package.outputs.content }} + run: echo "${{ steps.package.outputs.content }}" ``` ## License