Skip to content

Commit

Permalink
Make buildpack matrix summary collapsable
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Apr 30, 2024
1 parent 806c5cc commit 41b0d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/generate_buildpack_matrix/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub(crate) fn execute(args: &GenerateBuildpackMatrixArgs) -> Result<()> {

actions::set_output("buildpacks", &buildpacks_json).map_err(Error::WriteActionData)?;
actions::set_summary(format!(
"## Buildpack Matrix:\n```json\n{buildpacks_json}\n```"
"<details><summary><b>Buildpack Matrix</b></summary>\n```json\n{buildpacks_json}\n```\n</details>"
))
.map_err(Error::WriteActionData)?;

Expand Down

0 comments on commit 41b0d56

Please sign in to comment.