Skip to content

Commit

Permalink
Remove colon in description that was causing action to fail (FreeRTOS#97
Browse files Browse the repository at this point in the history
)

Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
  • Loading branch information
bradleysmith23 and Skptak committed Dec 15, 2023
1 parent 83b95ba commit 4fe6122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion set_up_cbmc_runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: Set up CBMC runner
inputs:
cbmc_version:
description: Version number or '5.95.1' for CBMC. NOTE: This is because of the fact that the 6.0.0 alpha release isn't meant for production use. When the full release happens this should be set back to using the 'latest' https://github.com/diffblue/cbmc/releases/tag/cbmc-6.0.0-alpha
# NOTE This is because of the fact that the 6.0.0 alpha release isn't meant for production use. When the full release happens this should be set back to using the 'latest' https://github.com/diffblue/cbmc/releases/tag/cbmc-6.0.0-alpha
description: Version number or '5.95.1' for CBMC.
required: true
default: 5.95.1
cbmc_viewer_version:
Expand Down

0 comments on commit 4fe6122

Please sign in to comment.