Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored Dec 30, 2024
1 parent 386973d commit bf93cb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Read file contents.
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Read package.json
id: package
uses: juliangruber/read-file-action@v1
with:
path: ./package.json

- name: Echo package.json
run: echo "${{ steps.package.outputs.content }}"
```
Expand Down

0 comments on commit bf93cb4

Please sign in to comment.