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 802b70a commit f50e4d9Copy full SHA for f50e4d9
action.yml
@@ -49,9 +49,9 @@ runs:
49
with:
50
version: ${{ inputs.version }}
51
github-token: ${{ inputs.github-token }}
52
- include-version-as-heading: ${{ input.rich-format }}
53
- include-compare-link: ${{ input.rich-format }}
54
- include-links: ${{ input.rich-format }}
+ include-version-as-heading: ${{ inputs.rich-format }}
+ include-compare-link: ${{ inputs.rich-format }}
+ include-links: ${{ inputs.rich-format }}
55
- name: Download package
56
uses: actions/download-artifact@v4
57
0 commit comments