Checkout PR, not target

This commit is contained in:
Nicolas Grekas
2021-07-09 15:11:42 +02:00
parent 694dbd4563
commit a219cb10c2
+2
View File
@@ -18,6 +18,8 @@ jobs:
name: Checkout
uses: actions/checkout@v2
id: checkout
with:
ref: 'refs/pull/${{ github.event.number }}/merge'
-
name: Install tools