File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3939 - name : Checkout PR Branch
4040 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4141 with :
42- ref : ${{ steps.sha.outputs.result }}
42+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
4343
4444 - name : Install toolchain
4545 uses : moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
Original file line number Diff line number Diff line change 4949 - name : Checkout PR Branch
5050 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5151 with :
52- ref : ${{ steps.sha.outputs.result }}
52+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
5353
5454 - name : Install toolchain
5555 uses : moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
Original file line number Diff line number Diff line change 4646 - name : Checkout PR Branch
4747 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4848 with :
49- ref : ${{ steps.sha.outputs.result }}
49+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
5050
5151 - name : Install toolchain
5252 uses : moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
Original file line number Diff line number Diff line change 4949 - name : Checkout PR Branch
5050 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5151 with :
52- ref : ${{ steps.sha.outputs.result }}
52+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
5353
5454 - name : Install toolchain
5555 uses : moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
Original file line number Diff line number Diff line change 4949 - name : Checkout PR Branch
5050 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5151 with :
52- ref : ${{ steps.sha.outputs.result }}
52+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
5353
5454 - name : Install toolchain
5555 uses : moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
Original file line number Diff line number Diff line change 3939 - name : Checkout PR Branch
4040 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4141 with :
42- ref : ${{ steps.sha.outputs.result }}
42+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
4343
4444 - name : Install toolchain
4545 uses : moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
Original file line number Diff line number Diff line change 3939 - name : Checkout PR Branch
4040 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4141 with :
42- ref : ${{ steps.sha.outputs.result }}
42+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
4343
4444 - name : Install toolchain
4545 uses : moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
You can’t perform that action at this time.
0 commit comments