Skip to content

Commit ccfb8be

Browse files
committed
fix: correct appName assignment in TriggerOutput component for accurate deployment details
1 parent 5ce936c commit ccfb8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CICDHistory/TriggerOutput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const HistoryLogs: React.FC<HistoryLogsProps> = ({
8585
const paramsData = {
8686
appId,
8787
envId,
88-
appName: `${triggerDetails.helmPackageName}.tgz`,
88+
appName: triggerDetails.helmPackageName,
8989
workflowId: triggerDetails.id,
9090
cdWorkflowType: DEPLOYMENT_STAGE_TO_NODE_MAP[triggerDetails.stage],
9191
}

0 commit comments

Comments
 (0)