mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
sync
This commit is contained in:
parent
97a428cf69
commit
601744eacd
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test-homebrew-clone.yml
vendored
6
.github/workflows/test-homebrew-clone.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue