mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-09-10 08:18:33 +00:00
The sed-based extraction from samconfig.toml worked locally (BusyBox sed) but failed in CI with GNU sed: sed: -e expression #1, char 40: invalid reference \1 on 's' command's RHS After YAML literal and bash single-quote unescaping, the sed pattern's parens lacked the BRE \(...\) escaping, so there was no capture group and \1 was invalid. Rather than fight escape layers for a non-secret value, just inline the IDs in the workflow.