mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-04-05 06:17:59 +00:00
This commit applies the conventions that we documented on our wiki, see https://github.com/spring-projects/spring-boot/wiki/GitHub-Actions. In no particular order this: * Use consistent single quotes for descriptions * Order elements in a predictable order. In particular, inputs, outputs, and environment variables are ordered alphabetically Closes gh-42512