mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
6eff1e9fa6
Backticks in GitHub Actions output were still being interpreted even when assigned to a variable and then echoed to a file. Use heredoc with single quotes to prevent any bash expansion. Related to #671