Skip to content

Commit

Permalink
fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
laraPPr authored Feb 25, 2025
1 parent 10d2837 commit aedb5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-check_easystacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
# check for missing installations if a file in the easystacks directory is changed
echo "check for missing installation in changed easystack files"
easystack_files=(${{ steps.changes.outputs.changed_files }})
for easystack_file in (${{ steps.changes.outputs.changed_files }}); do
for easystack_file in easystack_files; do
echo "check missing installatios for ${easystack_file}..."
./check_missing_installations.sh ${easystack_file}
ec=$?
Expand Down

0 comments on commit aedb5eb

Please sign in to comment.