Skip to content

Fix change detection logic in workflow script - #15

Merged
codeshell merged 1 commit into
mainfrom
fix/workflow-insufficient-diff-check
Aug 16, 2026
Merged

Fix change detection logic in workflow script#15
codeshell merged 1 commit into
mainfrom
fix/workflow-insufficient-diff-check

Conversation

@codeshell

Copy link
Copy Markdown
Owner

git diff does not detect new files unless explicitely told so (e.g. git diff --exit-code --untracked-files=all)
However, git status --porcelain is a more robust check for changes.

git diff does _not_ detect new files unless explicitely told so (e.g. git diff --exit-code --untracked-files=all)
However, git status --porcelain is a more robust check for changes.
@codeshell
codeshell merged commit 566d320 into main Aug 16, 2026
5 checks passed
@codeshell
codeshell deleted the fix/workflow-insufficient-diff-check branch August 16, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant