Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 4, 2024
1 parent bba35eb commit 2b30b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build: ${{ fromJson(needs.get-versions.outputs.versions }}
build: ${{ fromJson(needs.get-versions.outputs.versions) }}

name: CKAN ref ${{ matrix.build.ckan-ref }} on Ubuntu ${{ matrix.build.ubuntu-version }}

Expand Down

0 comments on commit 2b30b95

Please sign in to comment.