ci: fix bash syntax

This commit is contained in:
raf 2025-03-29 20:11:47 +03:00
parent 33b4d9da44
commit 736c323c59
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -130,6 +130,7 @@ jobs:
> "$HOME/changed_files" > "$HOME/changed_files"
else else
git diff --name-only HEAD^ > "$HOME/changed_files" git diff --name-only HEAD^ > "$HOME/changed_files"
fi
- name: Print list of changed files - name: Print list of changed files
run: | run: |