Skip to content

Commit

Permalink
update: behaviour for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Truongphikt authored Jul 17, 2024
1 parent b0d3081 commit ff54b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get list all modules
id: get_modules
run: |
json_list=$(find ./*/ktest/* -type d | sed -z '$ s/\n$//'| jq -R -s -c 'split("\n")')
json_list=$(find ./*/ktest/* -maxdepth 0 -type d | sed -z '$ s/\n$//'| jq -R -s -c 'split("\n")')
echo "MODULE_LIST=$json_list" | tee -a "$GITHUB_OUTPUT"
update_module:
Expand Down

0 comments on commit ff54b1c

Please sign in to comment.