Skip to content

Commit 9c7a503

Browse files
fix(tooling): fix-github-actions-checkout) (#1446)
Co-authored-by: Shreyas Sharma <[email protected]>
1 parent cbd1ac6 commit 9c7a503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
steps:
4545
- name: Checkout code
4646
uses: actions/checkout@v3
47+
with:
48+
ref: ${{ github.event.pull_request.head.sha }}
4749

4850
- name: Set up Node.js
4951
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)