Skip to content

Commit 44a410e

Browse files
committed
test
1 parent 8200755 commit 44a410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Verify Python Tools Changed
3333
id: verify-changed-files
3434
run: |
35-
CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD -- tools/get.py tools/espota.py tools/gen_esp32part.py tools/gen_insights_package.py | xargs)
35+
CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r ^HEAD -- tools/get.py tools/espota.py tools/gen_esp32part.py tools/gen_insights_package.py | xargs)
3636
echo "all_changed_files=$CHANGED_FILES" >> $GITHUB_OUTPUT
3737
if [ -n "$CHANGED_FILES" ]; then
3838
echo "any_changed=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)