Skip to content

Commit a69b5d6

Browse files
committed
actions/sync/shared-config: fix ci-orchestrator repository name.
This was changed and I forgot to update it so it's trying to incorrectly sync rubocop files now.
1 parent fcf9e14 commit a69b5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/sync/shared-config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def git(*args)
113113
ruby-macho
114114
].freeze
115115
custom_rubocop_repos = %w[
116-
ci-orchestrator
116+
ci-orchestrator-private
117117
ruby-macho
118118
].freeze
119119
rejected_docs_basenames = %w[

0 commit comments

Comments
 (0)