Skip to content

Commit

Permalink
docs: hello
Browse files Browse the repository at this point in the history
This is just another commit body
  • Loading branch information
dianjuar committed Oct 28, 2024
1 parent 871c244 commit fddc2be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
- name: Get PR Title
run: "echo 'PR Title: ${{ github.event.pull_request.title }}'"

- name: Get PR Body
run: 'echo "PR Body: ${{ github.event.pull_request.body }}"'

- name: Fetch commits
run: git fetch origin ${{ github.event.pull_request.head.ref }}

- name: Get commit messages
run: |
git log --pretty=format:'%s' --abbrev-commit ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} > commits.txt
Expand Down

0 comments on commit fddc2be

Please sign in to comment.