Skip to content

Commit c9224bf

Browse files
committed
Adds git status check before commit
Adds a git status check before committing to verify changes before pushing. This helps ensure no unintended files are included in the commit.
1 parent d204da8 commit c9224bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/merge-cvclaude-to-360.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ jobs:
5858
git config --local user.email "action@github.com"
5959
git config --local user.name "GitHub Action"
6060
git add 360/
61+
git status
6162
git commit -m "Update 360 subfolder with cvclaude branch content [skip ci]" || echo "No changes to commit"
6263
git push origin main

0 commit comments

Comments
 (0)