Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed May 27, 2021
1 parent 4fb89bd commit b6c8bf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6c8bf5

Please sign in to comment.