Skip to content

Commit

Permalink
ci: debug changelog check with rev-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu committed Jan 7, 2025
1 parent 4940f08 commit 721aa18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Debug git refs
run: |
echo HEAD
git rev-parse HEAD
echo origin/${{ github.event.pull_request.base.ref }}
git rev-parse origin/${{ github.event.pull_request.base.ref }}
- name: Check for updated CHANGELOG.md
run: |
git fetch origin ${{ github.event.pull_request.base.ref }}
Expand Down

0 comments on commit 721aa18

Please sign in to comment.