Skip to content

Commit 4200142

Browse files
committed
update
1 parent bca7d08 commit 4200142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
echo "::set-output name=folders::$(ls -d */ | sed 's|/||g' | jq -R -s -c 'split("\n")[:-1]')"
1919
- name: Debug output (matrix)
2020
run: |
21-
echo "matrix=$folders"
21+
echo "${{ steps.get_subfolders.outputs.folders }}"

0 commit comments

Comments
 (0)