Skip to content

Commit 6616854

Browse files
committed
Fix a small typo 'resurce_gallery'
1 parent e52e771 commit 6616854

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)