Skip to content

Commit 38486dc

Browse files
committed
Merge branch 'fix/changed-files'
2 parents f893c1b + dbc8082 commit 38486dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/set_push_chunks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ check_files() {
7676
}
7777

7878
# Output the results
79-
CORE_CHANGED=$(check_files "${core_files[@]}")
80-
LIB_CHANGED=$(check_files "${library_files[@]}")
79+
check_files "${core_files[@]}"
80+
check_files "${library_files[@]}"
8181
LIB_FILES=$last_check_files
8282
echo "Lib Files changed: $LIB_FILES"
8383
echo "last_check_files: $last_check_files"

0 commit comments

Comments
 (0)