Skip to content

Commit ae38b7c

Browse files
Merge pull request #107 from VirdocsSoftware/robaone-redshelf-patch-1
fix: Update action.yml
2 parents 373c10b + 7ced205 commit ae38b7c

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)