carlosperate/bloaty-action
Run Bloaty McBloatface: a size profiler for binaries.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Mar 7, 2023
- License
- MIT
Pinned Snippet
uses: carlosperate/bloaty-action@270d0aa10dac8ebe328352390723b7520168ac16 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bloaty-args | Arguments to pass to Bloaty McBloatface | yes | — |
| output-to-summary | Add the Bloaty output to the GitHub Actions Job Summary | no | false |
| summary-title | Title on top of the Bloaty output in the GitHub Actions Job Summary | no | bloaty output |
| action-verbose | Print to log additional info from the action process (not bloaty itself) | no | false |
Outputs
| name | description |
|---|---|
| bloaty-output | The output from Bloaty McBloatface |
| bloaty-output-encoded | bloaty output in a string with escaped characters (so you'll get things like \n) |