actions-marketplace-validations/File Reader
Read the contents of a file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the file to be read. | yes | — |
| encoding | The encoding of the file. | no | utf8 |
Outputs
| name | description |
|---|---|
| contents | The file contents. |