Skip to content

Commit

Permalink
.github: verify-collection-configs ci should checkout PR head
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 authored Oct 26, 2024
1 parent 6095984 commit 93aa82f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify-collection-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down

0 comments on commit 93aa82f

Please sign in to comment.