mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* Fix variable injection vulnerability in helm-release workflow - Use explicit env block to pass GitHub context variables safely - Remove duplicate hardcoded git config that overwrote earlier settings - Prevents potential shell injection via expansion Signed-off-by: luojiyin <luojiyin@hotmail.com> * Fix git config for gh-pages repository checkout Apply git user config inside gh-pages directory before commit, as the earlier config only applies to the main repository checkout. Signed-off-by: luojiyin <luojiyin@hotmail.com> --------- Signed-off-by: luojiyin <luojiyin@hotmail.com>