Skip to content

Commit 3599727

Browse files
committed
fix workflow
1 parent 0b8df5c commit 3599727

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push_to_registry.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
steps:
3333
- name: Check out the repo
3434
uses: actions/checkout@v3
35+
with:
36+
fetch-depth: 2
3537

3638
- name: List modified files
3739
run: echo "FILES_MODIFIED=\"$( git diff --name-only HEAD HEAD^ )\"" >> $GITHUB_ENV

0 commit comments

Comments
 (0)