Skip to content

Commit 624b7c9

Browse files
committed
Merge conflict fix
1 parent 698ecaa commit 624b7c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ while [[ $# -gt 0 ]]; do
112112
;;
113113
--extraSecretNames) # JSON array of secret names to fetch in the internal repo (optional)
114114
extraSecretNames="$2"
115+
shift 2
116+
;;
115117
--tableName) # Table name (optional)
116118
tableName="$2"
117119
shift 2

0 commit comments

Comments
 (0)