Skip to content

Commit f06d771

Browse files
authored
Merge pull request #46 from franzliedke/fl/fix-actions-checkout
CI: Fix fetch-depth for checkout action
2 parents ea69342 + 634659c commit f06d771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
steps:
4242
- uses: actions/checkout@v2
43+
with:
44+
fetch-depth: 0
4345

4446
- uses: shivammathur/setup-php@v2
4547
with:

0 commit comments

Comments
 (0)