Skip to content

Commit 82387b8

Browse files
author
jordanbreen28
committed
(maint) - add checkout reference
1 parent 26bde63 commit 82387b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: "Checkout"
2424
uses: "actions/checkout@v3"
25+
with:
26+
ref: ${{ github.event.pull_request.head.sha }}}
2527

2628
- name: "Setup ruby"
2729
uses: "ruby/setup-ruby@v1"
@@ -50,6 +52,8 @@ jobs:
5052

5153
- name: "Checkout"
5254
uses: "actions/checkout@v3"
55+
with:
56+
ref: ${{ github.event.pull_request.head.sha }}}
5357

5458
- name: "Setup ruby"
5559
uses: "ruby/setup-ruby@v1"

0 commit comments

Comments
 (0)