Skip to content

Commit

Permalink
Merge pull request #487 from wcampbell0x2a/ci-changelog-checkout-head…
Browse files Browse the repository at this point in the history
…-ref

ci: Checkout head_ref for changelog generation
  • Loading branch information
wcampbell0x2a authored Feb 24, 2024
2 parents ad26708 + d40dfb8 commit 1f16314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}

- uses: dangoslen/dependabot-changelog-helper@3e4e9ccb99f4a3214f6ae9fe3339917d8f836ba7 # v3.8.1
Expand Down

0 comments on commit 1f16314

Please sign in to comment.