Skip to content

Commit 42afad2

Browse files
committed
docs: hello
This is just another commit body
1 parent b84fdb1 commit 42afad2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pr.yml

-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
- name: Get PR Title
2727
run: "echo 'PR Title: ${{ github.event.pull_request.title }}'"
2828

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-
3529
- name: Get commit messages
3630
run: |
3731
git log --pretty=format:'%s' --abbrev-commit ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} > commits.txt

0 commit comments

Comments
 (0)