Skip to content

Commit

Permalink
adjust variable GH_DEPENDENCY_FOLDERS
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Nov 26, 2024
1 parent 2b552da commit c261b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
done

# search for dependent spk packages
for package in ${GH_DEPENDENT_PACKAGES}
for package in ${GH_DEPENDENCY_FOLDERS}
do
echo "===> Searching for dependent package: ${package}"
packages=$(echo "${DEPENDENCY_LIST}" | grep " ${package} " | grep -o ".*:" | tr ':' ' ' | sort -u | tr '\n' ' ')
Expand Down

0 comments on commit c261b65

Please sign in to comment.