Commit Graph

6 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
Scott Frederick 7cd1f0ab3b Polish JVM thread dump action 2024-05-23 14:51:02 -05:00
Andy Wilkinson b29e76b07d Try using Powershell on Windows to fix permissions problem
See gh-39761
2024-02-28 12:35:16 +00:00
Andy Wilkinson 164cef1ed1 Reduce scope of thread dumping action so it works on Windows
See gh-39761
2024-02-28 11:36:33 +00:00
Andy Wilkinson ca6ee61493 Print JVM thread dumps if the build is cancelled
See gh-39761
2024-02-28 10:17:57 +00:00
Andy Wilkinson be72e482ac Print thread dumps when PR build is cancelled
Closes gh-35760
2023-06-06 18:26:28 +01:00