Quellcode durchsuchen

Update action.yml

added _user to priority path
jimsterino98 vor 2 Monaten
Ursprung
Commit
82bb0099db
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/actions/ak3zip-prep/action.yml

+ 1 - 1
.github/actions/ak3zip-prep/action.yml

@@ -31,7 +31,7 @@ runs:
      # ==========================================
      # PHASE 1: DIRECT BAZEL DEPENDENCY QUERY (SMART)
      # ==========================================
-     for priority in "kbuild_mixed_tree" "dist" "boot" "kernel_aarch64" ".user"; do
+     for priority in "kbuild_mixed_tree" "dist" "kernel_aarch64" ".user" "_user" "boot"; do
       for root in "${search_roots[@]}"; do
        if [ -d "$root" ]; then