Skip to content

Commit 9e222f5

Browse files
authored
Merge pull request #1180 from input-output-hk/djo/1151/fix-network_compatibility_table-in-releases
Fix network compatibility table generation
2 parents 393070a + 8bd92d0 commit 9e222f5

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/actions/prepare-distribution

1 file changed

+1
-1
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
|---------- |:-------------:|
7272
EOF
7373
74-
echo "${{ inputs.compatibility-table }}" \
74+
echo '${{ inputs.compatibility-table }}' \
7575
| jq -r 'keys_unsorted[] as $network | "| \($network) | \(.[$network]) |"' \
7676
>> ./release-notes-addon.txt
7777

0 commit comments

Comments
 (0)