Commit Graph

7 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
Phillip Webb c158eb258f Polish GitHub action names and formatting 2024-03-27 11:41:54 -07:00
Andy Wilkinson b0c89e6e95 Quote the URL used to send Google Chat notifications
The URL may contain special characters that are misinterpreted by
the shell. This can be avoided by quoting it, thereby passing it into
curl as-is.
2024-03-11 09:36:02 +00:00
Andy Wilkinson 714a95aa82 Pass job status into send-notification action 2024-02-28 11:46:47 +00:00
Andy Wilkinson 049a2c01ed Make run name in CI notification configurable and improve default
See gh-39761
2024-02-28 11:28:29 +00:00
Andy Wilkinson 868629d9c7 Allow the build to continue if sending a notification fails
See gh-39761
2024-02-28 10:01:29 +00:00
Andy Wilkinson c1b15cd367 Send notifications from GitHub Actions to Google Chat
See gh-39761
2024-02-28 09:42:24 +00:00