Skip to content

Commit 74dbd26

Browse files
committed
added new
1 parent 9a09da0 commit 74dbd26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sync-demo-branch.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
token: ${{ secrets.DEMO_UPDATE_PAT }}
1818
fetch-depth: 0 # Needed for merge history
1919

20+
# Verify .gitattributes
21+
- name: Verify .gitattributes
22+
run: |
23+
echo "Checking .gitattributes content:"
24+
cat .gitattributes || echo ".gitattributes not found!"
25+
2026
# Configure Git user for the commit
2127
- name: Configure Git User
2228
run: |

0 commit comments

Comments
 (0)