We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84fdb1 commit 42afad2Copy full SHA for 42afad2
.github/workflows/pr.yml
@@ -26,12 +26,6 @@ jobs:
26
- name: Get PR Title
27
run: "echo 'PR Title: ${{ github.event.pull_request.title }}'"
28
29
- - name: Get PR Body
30
- run: 'echo "PR Body: ${{ github.event.pull_request.body }}"'
31
-
32
- - name: Fetch commits
33
- run: git fetch origin ${{ github.event.pull_request.head.ref }}
34
35
- name: Get commit messages
36
run: |
37
git log --pretty=format:'%s' --abbrev-commit ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} > commits.txt
0 commit comments