We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637bd56 commit b06d419Copy full SHA for b06d419
1 file changed
.github/workflows/on-push-master.yml
@@ -42,6 +42,8 @@ jobs:
42
v20250224: ${{ steps.filter.outputs.v20250224 }}
43
steps:
44
- uses: actions/checkout@v3
45
+ with:
46
+ fetch-depth: 2
47
- uses: dorny/paths-filter@v2
48
id: filter
49
with:
0 commit comments