actions-marketplace-validations/FileToBase64
Converts a file to a base64 string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 24, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/frostebite_file-to-base64@cc6c01f2abf99b782b68435da291e8cfa3c42dc4 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| filePath | filePath of a file to base64 encode | yes | "" |
Outputs
| name | description |
|---|---|
| base64 | Base64 encoded file |