spiegel_podman/.github/workflows
Chris Evich a7271f9dd7
GHA: Fix bad job-names & links in monitoring emails
Due to a bad file-format design, if a cirrus-cron job happened to have a
name w/ spaces, the generated e-mail text would be broken.  For example:

```
Cron build 'VM' Failed: https://cirrus-ci.com/build/Image Maintenance
5630822628196352
```

Fix this by flipping the field-order in an intermediate file, so the
build ID comes first, then the job name.  This makes it much easier for
`read` to process, since all words will be stored into the final
variable (now the job name).

Also change all variables that reference this intermediate file such
that they continue to reflect the expected field order.  Update script
tests and add a new test to confirm expected file processing and output.

Signed-off-by: Chris Evich <cevich@redhat.com>
2023-06-07 15:22:17 -04:00
..
check_cirrus_cron.yml GHA: Fix bad job-names & links in monitoring emails 2023-06-07 15:22:17 -04:00
issue-labeler.yml GHA: Use version instead of SHA for actions 2023-04-10 14:45:36 -04:00
labeler.yml Enable github labeler, use for api-change 2022-09-13 07:36:45 -06:00
pr-title.yml Set permissions for GitHub actions 2022-03-30 20:36:23 +00:00
rerun_cirrus_cron.yml GHA: Fix bad job-names & links in monitoring emails 2023-06-07 15:22:17 -04:00
stale.yml GHA: Use version instead of SHA for actions 2023-04-10 14:45:36 -04:00
upload-win-installer.yml [skip-ci] Update actions/setup-go action to v4 2023-04-08 22:36:07 +00:00