Skip to content

Commit 11ab41d

Browse files
committed
Test CI
1 parent 3bacd08 commit 11ab41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Wrap changed files
4646
- name: Wrap
4747
run: |
48-
len=#${CHANGED_FILES}[@]
48+
len=${#${CHANGED_FILES}[@]}
4949
if [[ $len -eq 0 ]]; then
5050
echo "No files to wrap"
5151
else

0 commit comments

Comments
 (0)