We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fd9ea commit cb3de4eCopy full SHA for cb3de4e
pkg/workflow/action_pins.go
@@ -63,11 +63,6 @@ func getActionPins() []ActionPin {
63
return actionpins.GetActionPins()
64
}
65
66
-// getActionPinsByRepo returns the sorted pins for a repo. Package-private.
67
-func getActionPinsByRepo(repo string) []ActionPin {
68
- return actionpins.GetActionPinsByRepo(repo)
69
-}
70
-
71
// getCachedActionPinFromResolver returns the pinned action reference for repo,
72
// preferring dynamic resolution via resolver over the embedded pins.
73
// For use within pkg/workflow when only a resolver is available (no WorkflowData).
0 commit comments