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 authored and th0ma7 committed Jan 7, 2025
1 parent a87c435 commit d825394
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 d825394

Please sign in to comment.