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 1700294 commit 9ca8ee5Copy full SHA for 9ca8ee5
1 file changed
.github/workflows/get_new_package_versions.yml
@@ -25,7 +25,7 @@ jobs:
25
needs: check-for-updates
26
strategy:
27
matrix:
28
- update: ${{ fromJSON(needs.check-for-updates.outputs.updates }}
+ update: ${{ fromJSON(needs.check-for-updates.outputs.updates) }}
29
steps:
30
- name: show update
31
env:
0 commit comments