We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0dc01 commit d7fa23bCopy full SHA for d7fa23b
.github/workflows/sync-headers.yml
@@ -27,7 +27,7 @@ jobs:
27
echo $COMMIT_MESSAGE
28
npm run --silent write-symbols
29
npm run --silent write-win32-def
30
- CHANGED_FILES=$(git diff --name-only)
+ CHANGED_FILES=$(git status -s)
31
BRANCH_NAME="update-headers/${VERSION}"
32
if [ -z "$CHANGED_FILES" ]; then
33
echo "No changes exist. Nothing to do."
0 commit comments