We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bacd08 commit 11ab41dCopy full SHA for 11ab41d
.github/workflows/wrap.yml
@@ -45,7 +45,7 @@ jobs:
45
# Wrap changed files
46
- name: Wrap
47
run: |
48
- len=#${CHANGED_FILES}[@]
+ len=${#${CHANGED_FILES}[@]}
49
if [[ $len -eq 0 ]]; then
50
echo "No files to wrap"
51
else
0 commit comments