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 11ab41d commit 44d9bc8Copy full SHA for 44d9bc8
1 file changed
.github/workflows/wrap.yml
@@ -45,7 +45,8 @@ jobs:
45
# Wrap changed files
46
- name: Wrap
47
run: |
48
- len=${#${CHANGED_FILES}[@]}
+ array={$CHANGED_FILES}
49
+ len=${#array[@]}
50
if [[ $len -eq 0 ]]; then
51
echo "No files to wrap"
52
else
0 commit comments