File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
25
- - name : Checkout Source
25
+ - name : Checkout
26
26
uses : actions/checkout@v3
27
+ with :
28
+ ref : ${{ github.event.pull_request.head.sha }}
27
29
if : ${{ github.repository_owner == 'puppetlabs' }}
28
30
29
31
- name : Activate Ruby 2.7
61
63
FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
62
64
63
65
steps :
64
- - name : Checkout Source
66
+ - name : Checkout
65
67
uses : actions/checkout@v3
68
+ with :
69
+ ref : ${{ github.event.pull_request.head.sha }}
66
70
67
71
- name : Activate Ruby 2.7
68
72
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
24
- - name : Checkout Source
24
+ - name : Checkout
25
25
uses : actions/checkout@v3
26
+ with :
27
+ ref : ${{ github.event.pull_request.head.sha }}
26
28
if : ${{ github.repository_owner == 'puppetlabs' }}
27
29
28
30
- name : Activate Ruby 2.7
60
62
FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
61
63
62
64
steps :
63
- - name : Checkout Source
65
+ - name : Checkout
64
66
uses : actions/checkout@v3
67
+ with :
68
+ ref : ${{ github.event.pull_request.head.sha }}
65
69
66
70
- name : Activate Ruby 2.7
67
71
uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments