All Projects → juliangruber → read-file-action

juliangruber / read-file-action

Licence: other
Read file contents

Programming Languages

javascript
184084 projects - #8 most used programming language

read-file-action

Read file contents.

Usage

steps:
  - 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].