Skip to content

Commit fb35bf1

Browse files
Fix typo in action.yml. (#145)
- Coderabbit summary groups input typo fixed.
1 parent 5d8c769 commit fb35bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ runs:
143143
INPUT_RELEASE_NOTES_TITLE: ${{ inputs.release-notes-title }}
144144
INPUT_CODERABBIT_SUPPORT_ACTIVE: ${{ inputs.coderabbit-support-active }}
145145
INPUT_CODERABBIT_RELEASE_NOTES_TITLE: ${{ inputs.coderabbit-release-notes-title }}
146-
INPUT_CODERABBIT_SUMARY_IGNORE_GROUPS: ${{ inputs.coderabbit-summary-ignore-groups }}
146+
INPUT_CODERABBIT_SUMMARY_IGNORE_GROUPS: ${{ inputs.coderabbit-summary-ignore-groups }}
147147
INPUT_GITHUB_REPOSITORY: ${{ github.repository }}
148148
INPUT_ROW_FORMAT_ISSUE: ${{ inputs.row-format-issue }}
149149
INPUT_ROW_FORMAT_PR: ${{ inputs.row-format-pr }}

0 commit comments

Comments
 (0)