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 393070a commit 8bd92d0Copy full SHA for 8bd92d0
.github/workflows/actions/prepare-distribution/action.yml
@@ -71,7 +71,7 @@ runs:
71
|---------- |:-------------:|
72
EOF
73
74
- echo "${{ inputs.compatibility-table }}" \
+ echo '${{ inputs.compatibility-table }}' \
75
| jq -r 'keys_unsorted[] as $network | "| \($network) | \(.[$network]) |"' \
76
>> ./release-notes-addon.txt
77
0 commit comments