Skip to content

Commit 8d6d854

Browse files
authored
fix: add missing repo_helpers.cjs and glob_pattern_helpers.cjs to safe-outputs file list (#18620)
1 parent a040b83 commit 8d6d854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/setup/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ SAFE_OUTPUTS_FILES=(
229229
"mcp_enhanced_errors.cjs"
230230
"comment_limit_helpers.cjs"
231231
"shim.cjs"
232+
"repo_helpers.cjs"
233+
"glob_pattern_helpers.cjs"
232234
)
233235

234236
SAFE_OUTPUTS_COUNT=0

0 commit comments

Comments
 (0)