File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36327,7 +36327,7 @@ function getUserAgentWithOrchestrationId(userAgent) {
3632736327 }
3632836328 // Sanitize orchestration ID - replace invalid characters with underscore
3632936329 const sanitized = orchestrationId.replace(/[^a-zA-Z0-9._-]/g, '_');
36330- return `${userAgent} orchestration-id /${sanitized}`;
36330+ return `${userAgent} actions_orchestration_id /${sanitized}`;
3633136331}
3633236332
3633336333})();
Original file line number Diff line number Diff line change @@ -114,5 +114,5 @@ function getUserAgentWithOrchestrationId(userAgent: string): string {
114114 // Sanitize orchestration ID - replace invalid characters with underscore
115115 const sanitized = orchestrationId . replace ( / [ ^ a - z A - Z 0 - 9 . _ - ] / g, '_' )
116116
117- return `${ userAgent } orchestration-id /${ sanitized } `
117+ return `${ userAgent } actions_orchestration_id /${ sanitized } `
118118}
You can’t perform that action at this time.
0 commit comments