Skip to content

Commit 7ced205

Browse files
fix: Update action.yml
1 parent 373c10b commit 7ced205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/auto-pr-description/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
shell: bash
4747
run: |
4848
git fetch origin ${{ inputs.base-sha }} --depth=1
49-
git diff ${{ inputs.base-sha }}...${{ inputs.head-sha }} > pr.diff
49+
git diff ${{ inputs.base-sha }}... > pr.diff
5050
echo "Generated diff file with $(wc -l < pr.diff) lines"
5151
5252
- name: Generate PR description

0 commit comments

Comments
 (0)