summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 09:58:54 -0500
committerDax Raad <[email protected]>2026-01-30 09:58:54 -0500
commit601744eacd649adc969bb4f978e081ede399ec70 (patch)
tree898265c6d95fff73dad474b446af9ba7b375f66a /.github/workflows
parent97a428cf69ebc4a00201475f9437f97079779f64 (diff)
downloadopencode-601744eacd649adc969bb4f978e081ede399ec70.tar.gz
opencode-601744eacd649adc969bb4f978e081ede399ec70.zip
sync
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test-homebrew-clone.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test-homebrew-clone.yml b/.github/workflows/test-homebrew-clone.yml
index 8fd7fd7ec..bf61cbc5f 100644
--- a/.github/workflows/test-homebrew-clone.yml
+++ b/.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