Files
Bubberstation/.github/workflows
SyncIt21andGitHub 437af28f48 Fixes malformed string input for stale announce workflow (#95823)
## About The Pull Request
Fixes https://github.com/tgstation/tgstation/actions/runs/24643489491
Fixes https://github.com/tgstation/tgstation/actions/runs/24058690318

Storing the string as environment variable removes the need to runtime
decode the value which causes double slashes // to be decoded as a
single slash / which breaks the json string

## Changelog
N/A
2026-04-21 00:36:02 -04:00
..