Commit Graph

5 Commits

Author SHA1 Message Date
Stéphane Nicoll 20b3e6120d Apply conventions to existing Actions and Workflows
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
2024-10-04 15:18:18 +02:00
Moritz Halbritter c857eb62d4 Fix SDKman "make default" step
The supported HTTP verb is PUT, not POST, see https://sdkman.io/vendors
2024-05-23 13:53:38 +02:00
Andy Wilkinson 6c1962fdd4 Fix handling of booleans that are actually strings
Closes gh-40686
2024-05-10 08:46:25 +01:00
Moritz Halbritter b13d006482 Fix action that publishes to SDKman 2024-04-18 17:45:20 +02:00
Andy Wilkinson e75c9312e0 Add workflow to release from GitHub Actions
Co-Authored-By: Moritz Halbritter <moritz.halbritter@broadcom.com>

Closes gh-40407
2024-04-18 09:28:12 +01:00