Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 6055320

Browse files
committed
Auto-push: 2025-11-20 04:08:33 - Changes: ~ .github/workflows/sync-cursor-rules.yml
1 parent a787771 commit 6055320

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sync-cursor-rules.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,13 @@ jobs:
208208
git config user.name "mynameistito"
209209
git config user.email "github@mynameistito.com"
210210
211-
if [[ -n $(git status -s) ]]; then
211+
# Check specifically for README changes, ignoring script permission changes
212+
if [[ -n $(git status -s README.md) ]]; then
212213
git add README.md
213214
git commit -m "docs: update project structure [skip ci]"
214215
git push
215216
else
216-
echo "✨ No changes to structure"
217+
echo "✨ No changes to README structure"
217218
fi
218219
219220
# 📝 Report Failure

0 commit comments

Comments
 (0)