Skip to content

Commit

Permalink
Merge pull request #58 from DavidePastore/fix/fix-actions-checkout
Browse files Browse the repository at this point in the history
Set fetch-depth: 0 for actions/checkout@v2
  • Loading branch information
DavidePastore committed May 16, 2021
2 parents a7d01b9 + 2272702 commit 2df13bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 2df13bd

Please sign in to comment.