Fetch all history

This commit is contained in:
Yanqin Jin 2020-04-29 15:10:40 -07:00
parent fcc66154fa
commit 3c570016cd

View File

@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout feature branch
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch from upstream
run: |