Skip to content

Read file

Actions
Read file contents
v1.1.7
Latest
Star (94)

Tags

 (1)

read-file-action

Read file contents.

Usage

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 }}"

License

MIT

Read file is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Read file contents
v1.1.7
Latest

Tags

 (1)

Read file is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.