Files
Daniel Farina 1ef0760a57 Suppress variable expansions for github actions systemd-run
`systemd` has its own environment variable expansion. In this case, we
never want the input to be interpreted this way, so we escape it.

At this time, we support some GitHub Actions images that have a
version of systemd too old to pass `--expand-environment=no`, so I
read the manual to look for signs that there were any other bytes that
needed escaping.  Only finding `$` requires doubling, I implement that
here.
2025-07-02 08:21:13 +03:00
..
2025-06-26 03:49:53 +09:00
2025-06-26 03:49:53 +09:00
2025-06-25 12:08:11 -07:00
2025-06-25 16:01:20 -07:00
2025-06-26 03:49:53 +09:00
2025-06-26 03:49:53 +09:00
2025-06-26 03:49:53 +09:00
2024-11-22 12:08:50 -08:00
2024-11-21 11:50:30 -08:00
2024-05-07 16:10:05 +02:00
2025-06-26 03:49:53 +09:00
2023-11-10 12:54:43 -08:00
2025-06-27 01:40:47 +09:00