We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ac592 commit f25f32dCopy full SHA for f25f32d
.github/workflows/image.yml
@@ -18,6 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
with:
21
+ fetch-depth: 0
22
submodules: 'recursive'
23
fetch-depth: 0
24
- run: |
0 commit comments