add product.json

This commit is contained in:
oslook
2025-09-01 17:45:05 +00:00
committed by GitHub
parent 376472d55c
commit 6e508f4d71
7 changed files with 4763 additions and 3 deletions

View File

@@ -38,7 +38,10 @@ jobs:
- name: Run update script
run: bun src/update-cursor-links.ts
- name: Run update script
run: ./scripts/download_all_cursors.sh version-history.json
- name: Check for changes
id: git-check
run: |
@@ -49,7 +52,7 @@ jobs:
run: |
git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions"
git add README.md version-history.json
git add README.md version-history.json cursor_products
git commit -m "Update Cursor download links"
git push