From cfc04ec41f21a2bfeb4b1acde9ff5753f54983df Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 18:35:39 +0000 Subject: [PATCH] fix: add render_template.cjs and is_truthy.cjs to SAFE_OUTPUTS_FILES in setup.sh Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8da07556-ed8b-4551-9c95-8beaa7d7b6f4 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- actions/setup/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/setup/setup.sh b/actions/setup/setup.sh index 48fd54cbb9f..eb04b53fd1d 100755 --- a/actions/setup/setup.sh +++ b/actions/setup/setup.sh @@ -326,6 +326,8 @@ SAFE_OUTPUTS_FILES=( "handler_auth.cjs" "missing_messages_helper.cjs" "firewall_blocked_domains.cjs" + "render_template.cjs" + "is_truthy.cjs" "gateway_difc_filtered.cjs" "missing_info_formatter.cjs" "sanitize_content_core.cjs"