You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/generate-connector-registries.yml
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ on:
7
7
description: "The git ref to check out from the repository"
8
8
required: false
9
9
type: string
10
+
force:
11
+
description: "Force resync of all latest/ directories even if version markers are current. Useful when metadata changes without a version bump."
12
+
required: false
13
+
type: boolean
14
+
default: false
15
+
connector-name:
16
+
description: "Comma-separated list of connector names to limit the latest/ resync scope (e.g. 'source-faker,source-github'). Leave empty to compile all connectors."
0 commit comments