From 44762119362ab2f78f19890eaf7a049f26b8d062 Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:12:20 +0000 Subject: [PATCH] feat(release): sync --- .github/workflows/reusable-ruby-checks.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-ruby-checks.yaml b/.github/workflows/reusable-ruby-checks.yaml index 455d27b..10ebae0 100644 --- a/.github/workflows/reusable-ruby-checks.yaml +++ b/.github/workflows/reusable-ruby-checks.yaml @@ -85,8 +85,9 @@ jobs: - name: Rewrite GitHub SSH URLs to HTTPS for Bundler run: | - git config --global url."https://github.com/".insteadOf git@github.com: - git config --global url."https://github.com/".insteadOf ssh://git@github.com/ + git config --global --add url."https://github.com/".insteadOf git@github.com: + git config --global --add url."https://github.com/".insteadOf ssh://git@github.com/ + git config --global --get-all url."https://github.com/".insteadOf - uses: ruby/setup-ruby@v1 with: