Commit 6e2cb2d
committed
ci: Checkout the PR head, not the github merge commit
In the CI github action, checkout the PR head commit instead of the
`actions/checkout@v2` default of the PR merge commit. The practical
effect of this change is the exported artifacts snapshot suffix will
contain the commit id of the last commit on the PR instead of the
magic github generated merge commit.1 parent 24c3c61 commit 6e2cb2d
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments