mirror of
https://github.com/oslook/cursor-ai-downloads.git
synced 2025-09-27 03:35:57 +08:00
add diff
This commit is contained in:
3
.github/workflows/update-cursor-links.yml
vendored
3
.github/workflows/update-cursor-links.yml
vendored
@@ -45,7 +45,8 @@ jobs:
|
|||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
id: git-check
|
id: git-check
|
||||||
run: |
|
run: |
|
||||||
git diff --exit-code || echo "changes=true" >> $GITHUB_OUTPUT
|
git add cursor_products
|
||||||
|
git diff --staged || echo "changes=true" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Commit and push if changed
|
- name: Commit and push if changed
|
||||||
if: steps.git-check.outputs.changes == 'true'
|
if: steps.git-check.outputs.changes == 'true'
|
||||||
|
1538
cursor_products/1.5.4/product.json
Normal file
1538
cursor_products/1.5.4/product.json
Normal file
File diff suppressed because it is too large
Load Diff
1538
cursor_products/1.5.5/product.json
Normal file
1538
cursor_products/1.5.5/product.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user