Skip to content

Commit 12dc2ee

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 844b2d9 commit 12dc2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
run: |
9090
import yaml
9191
import json
92-
92+
9393
with open(submission_file, 'r') as file:
9494
data = json.load(file)
95-
95+
9696
with open(resource_gallery_file, 'w') as yaml_file:
9797
yaml.dump(data, yaml_file)
9898

0 commit comments

Comments
 (0)