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 49c6f76 commit 3bacd08Copy full SHA for 3bacd08
1 file changed
.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