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.
2 parents 373c10b + 7ced205 commit ae38b7cCopy full SHA for ae38b7c
.github/actions/auto-pr-description/action.yml
@@ -46,7 +46,7 @@ runs:
46
shell: bash
47
run: |
48
git fetch origin ${{ inputs.base-sha }} --depth=1
49
- git diff ${{ inputs.base-sha }}...${{ inputs.head-sha }} > pr.diff
+ git diff ${{ inputs.base-sha }}... > pr.diff
50
echo "Generated diff file with $(wc -l < pr.diff) lines"
51
52
- name: Generate PR description
0 commit comments