Unverified Commit 34b1893e authored by Grégoire Paris's avatar Grégoire Paris Committed by GitHub

Merge pull request #4181 from greg0ire/fetch-deeper

Fetch parent commits
parents a6fe19ee 78d760cc
...@@ -121,6 +121,8 @@ jobs: ...@@ -121,6 +121,8 @@ jobs:
steps: steps:
- name: "Checkout" - name: "Checkout"
uses: "actions/checkout@v2" uses: "actions/checkout@v2"
with:
fetch-depth: 2
- name: "Install PHP" - name: "Install PHP"
uses: "shivammathur/setup-php@v2" uses: "shivammathur/setup-php@v2"
...@@ -163,6 +165,8 @@ jobs: ...@@ -163,6 +165,8 @@ jobs:
steps: steps:
- name: "Checkout" - name: "Checkout"
uses: "actions/checkout@v2" uses: "actions/checkout@v2"
with:
fetch-depth: 2
- name: "Install PHP" - name: "Install PHP"
uses: "shivammathur/setup-php@v2" uses: "shivammathur/setup-php@v2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment