Skip to content

Conversation

sguiheux
Copy link
Collaborator

@sguiheux sguiheux commented Sep 8, 2025

  1. Description
  2. Related issues
  3. About tests
  4. Mentions

@ovh/cds

@@ -383,16 +383,14 @@ func (api *API) craftWorkflowRunV2(ctx context.Context, id string) error {
run.WorkflowData.Actions[k] = v.Action
}
for _, v := range wref.ef.localActionsCache {
completeName := fmt.Sprintf("%s/%s/%s/%s@%s", wref.run.ProjectKey, wref.ef.currentVCS.Name, wref.ef.currentRepo.Name, v.Name, wref.ef.currentRef)
run.WorkflowData.Actions[completeName] = v.Action
run.WorkflowData.Actions[v.CompleteName] = v.Action
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bug was here

Copy link

sonarqubecloud bot commented Sep 9, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
43.4% Coverage on New Code (required ≥ 60%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants