Skip to content

Commit 60c751a

Browse files
authored
Merge 6616854 into 39f1dc7
2 parents 39f1dc7 + 6616854 commit 60c751a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-resource-gallery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
with open(resource_gallery_file, 'w') as f:
103103
resource_gallery.append(data)
104-
yaml.dump(resurce_gallery, f)
104+
yaml.dump(resource_gallery, f)
105105
106106
- name: Run pre-commit hooks
107107
run: |

0 commit comments

Comments
 (0)