move folder because refex

This commit is contained in:
Cappy Ishihara
2022-10-10 08:47:50 +07:00
parent a244dc81b5
commit e7a2955db5
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
id: generate_build_matrix
# generate build matrix by checking out changes in anda/
run: |
# get the list of changed folders in the current commit
# get the list of changed folders in the current commit, including subfolders
changed_folders=$(git diff --name-only HEAD^ | grep -oP 'anda/\K[^/]*' | sort -u )
echo "Changed folders: $changed_folders"
# if changed_folders is empty then set is empty to true