Dax Raad 2 月之前
父節點
當前提交
601744eacd
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/workflows/test-homebrew-clone.yml

+ 6 - 0
.github/workflows/test-homebrew-clone.yml

@@ -34,6 +34,12 @@ jobs:
 
       - name: Clone homebrew tap
         run: |
+          echo "Testing old URL pattern"
+          old="https://${GITHUB_TOKEN}@github.com/sst/homebrew-tap.git"
+          git clone "${old}" ./dist/homebrew-tap-old
+          rm -rf ./dist/homebrew-tap-old
+
+          echo "Testing new URL pattern"
           tap="https://x-access-token:${GITHUB_TOKEN}@github.com/anomalyco/homebrew-tap.git"
           git clone "${tap}" ./dist/homebrew-tap
           cd ./dist/homebrew-tap