Skip to content

Commit 335fcbc

Browse files
committed
add loader
1 parent 09016e9 commit 335fcbc

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
@@ -98,7 +98,7 @@ jobs:
9898
new_data = json.load(file)
9999
100100
with open(resource_gallery_file, 'r') as yaml_file:
101-
existing_data = yaml.load(yaml_file) or []
101+
existing_data = yaml.load(yaml_file, Loader=yaml.SafeLoader) or []
102102
103103
existing_data.append(new_data)
104104

0 commit comments

Comments
 (0)