1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-03 15:00:06 +02:00
This commit is contained in:
eric sciple 2019-12-03 18:24:29 -05:00
parent 9e6ea46e86
commit 156570e0fa

View file

@ -15,4 +15,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v2-beta
with:
ref: refs/pull/${{ github.event.number }}/head
ref: ${{ github.event.after }}