shresht7/read-file-action

A GitHub Action to read a file and export its contents

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathPath to the file to read (can be a URL)yes
parseParse the file contents as `yaml` or `json`. If `true`, will try to automatically determine the file-extension. You can set it to `yaml` or `json` manually too. If `false`, it will return the raw stringno
namedescription
contentsThe contents of the file