Skip to content

Commit ff0cf1b

Browse files
Update update-catalyst-deps.yml
1 parent 2f04037 commit ff0cf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-catalyst-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate repos matrix
3333
id: matrix
3434
run: |
35-
repos=${{ inputs.repos }}
35+
repos="${{ inputs.repos }}"
3636
echo "matrix=$(echo -n "$repos" | sed 's/ //g' | jq -R -s -c 'split(",")')" >> $GITHUB_OUTPUT
3737
3838

0 commit comments

Comments
 (0)