Releases: carlosperate/bloaty-action
Releases · carlosperate/bloaty-action
v1.1.0
- Added new Action input:
-summary-title
: (Optional, default"bloaty output"
) Ifoutput-to-summary
is enabled, this is the title on top of the bloaty output.
v1.0.1
- Fixes issue where in some situations the action wouldn't be able to fetch the Docker image correctly.
v1.0.0
- Pushed the action docker image to an online registry to save building the image on every Action run
- This reduces around 30 seconds of the workflow runs
- Added input to enable debug messages to the log
- Improve documentation for the v1 release
v0.2.0
- Added Action input
output-to-summary
to add the bloaty output to the Job summary - Add two Action outputs:
- bloaty-output: A string with the output from bloaty
- bloaty-output-encoded: bloaty output in a string with escaped characters (so you'll get things like
\n
)
- Reduced base Docker image and action Docker image size by 650 MBs
v0.1.0
Initial release.
Contains basic functionality to run boaty
with any arguments, with very limited testing.
- name: Run Bloaty McBloatface on an ELF file
uses: carlosperate/[email protected]
with:
bloaty-args: tests/test-elf-files/example-before.elf