Skip to content

Commit 4b2e878

Browse files
committed
Update
1 parent 179e0ec commit 4b2e878

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
5151
- uses: actions/checkout@v4
5252
if: steps.check-files.outputs.skip != 'true'
53+
with:
54+
fetch-depth: 0
5355

5456
- name: Get changed files for push event
5557
if: |
@@ -130,9 +132,9 @@ jobs:
130132
matrix_copy = matrix.copy()
131133
matrix_copy['sources'] = ['$file']
132134
new_matrix.append(matrix_copy)
133-
135+
134136
config['matrix'] = new_matrix
135-
137+
136138
with open('temp_config.yml', 'w') as f:
137139
yaml.dump(config, f, default_flow_style=False)
138140
EOF

0 commit comments

Comments
 (0)