Skip to content

Commit e8f674c

Browse files
authored
patch(things): we forgot the fetch depth (#47)
Signed-off-by: Laura Santamaria <[email protected]>
1 parent 5ea0d89 commit e8f674c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
1416
- name: Configure Git Credentials
1517
run: |
1618
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)