Skip to content

Commit

Permalink
Merge pull request #153 from Homebrew/git_rm_locked_threads
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jul 14, 2024
2 parents 72477d0 + 0b82353 commit 16093e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ def git(*args)
"#{dependabot_config}\n",
)
when deprecated_lock_threads
FileUtils.rm_f path
next unless target_path.exist?

git "-C", target_directory, "rm", path
else
next if path == target_path.to_s

Expand Down

0 comments on commit 16093e5

Please sign in to comment.