File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 matrix :
2525 settings :
2626 - name : current
27- ref : refs/pull/ ${{ github.event.number }}/merge
27+ ref : ${{ github.event.pull_request.head.sha }}
2828 - name : previous
29- ref : ${{github.event.pull_request.base.ref }}
29+ ref : ${{ github.event.pull_request.base.sha }}
3030 name : Build ${{matrix.settings.name}} artefact
3131 runs-on : ubuntu-latest
3232 steps :
7575 - name : Checkout Commit
7676 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7777 with :
78- ref : refs/pull/ ${{ github.event.number }}/merge
78+ ref : ${{ github.event.pull_request.head.sha }}
7979 - name : Install Toolchain
8080 uses : dtolnay/rust-toolchain@stable
8181 with :
Original file line number Diff line number Diff line change 2828 - name : Checkout Commit
2929 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030 with :
31- ref : refs/pull/ ${{ github.event.number }}/merge
31+ ref : ${{ github.event.pull_request.head.sha }}
3232 - name : Remove 'x⁸ ⚙️ build repl artefacts' label
3333 if : ${{ github.event.action == 'labeled' }}
3434 run : gh pr edit ${{ github.event.pull_request.number }} --remove-label 'x⁸ ⚙️ build repl artefacts'
You can’t perform that action at this time.
0 commit comments