Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Aug 20, 2024
1 parent 3c8c0e3 commit f69616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qase-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
: # skip v*.*.*
elif [[ ${#parent_suite_name} -lt 4 ]]; then
# capitalize acronym like ha, eks, etc
str=${str^^}
$parent_suite_name=${parent_suite_name^^}
else
parent_suite_name=($parent_suite_name)
parent_suite_name="${parent_suite_name[@]^}" # capitalize every word
Expand Down

0 comments on commit f69616b

Please sign in to comment.