Skip to content

Commit 60b93f7

Browse files
committed
Fix typo in action.yml.
- Coderabbit summary groups input fixed.
1 parent 5d8c769 commit 60b93f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Generate Release Notes
6262
id: generate_release_notes
63-
uses: AbsaOSS/generate-release-notes@master
63+
uses: AbsaOSS/generate-release-notes@bugfix/fix-coderabbit-summary-groups
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
with:

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)