Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 348 Bytes

read-file-action

Read file contents. Note: Forked to control release schedule and changes.

Usage

steps:
  - name: Read package.json
    id: package
    uses: travelaudience/read-file-action@v1
    with:
      path: ./package.json
  - name: Echo package.json
    run: echo "${{ steps.package.outputs.content }}"

License

MIT