mirror of
https://github.com/oslook/cursor-ai-downloads.git
synced 2025-09-27 03:35:57 +08:00
add version diff
This commit is contained in:
2
.github/workflows/update-cursor-links.yml
vendored
2
.github/workflows/update-cursor-links.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
id: git-check
|
id: git-check
|
||||||
run: |
|
run: |
|
||||||
git add cursor_products
|
git add README.md version-history.json cursor_products
|
||||||
if ! git diff --staged --quiet; then
|
if ! git diff --staged --quiet; then
|
||||||
echo "changes=true" >> $GITHUB_OUTPUT
|
echo "changes=true" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user