Skip to content

Commit 9ca8ee5

Browse files
committed
fix missing parenthesis in gh action
1 parent 1700294 commit 9ca8ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/get_new_package_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: check-for-updates
2626
strategy:
2727
matrix:
28-
update: ${{ fromJSON(needs.check-for-updates.outputs.updates }}
28+
update: ${{ fromJSON(needs.check-for-updates.outputs.updates) }}
2929
steps:
3030
- name: show update
3131
env:

0 commit comments

Comments
 (0)