Skip to content

Commit 762fefa

Browse files
committed
bring back depth 0
1 parent aff16d9 commit 762fefa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
steps:
7777
- name: Checkout
7878
uses: actions/checkout@v4
79-
# with:
80-
# fetch-depth: 0
79+
with:
80+
fetch-depth: 0 # needed for commit authors plugin
8181

8282
- name: Login to GitHub Container Registry
8383
uses: docker/login-action@v1

0 commit comments

Comments
 (0)