Skip to content

Commit 846034f

Browse files
committed
update to use executable status
1 parent 0829d08 commit 846034f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/report.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131

3232
- name: Run report script
3333
run:
34-
# python scripts/3-report/deviantart_reports.py
35-
# python scripts/3-report/flickr_reports.py
36-
# python scripts/3-report/github_reports.py
37-
# python scripts/3-report/internetarchive_reports.py
38-
# python scripts/3-report/metmuseum_reports.py
39-
# python scripts/3-report/vimeo_reports.py
40-
# python scripts/3-report/wikicommons_reports.py
41-
# python scripts/3-report/wikipedia_reports.py
42-
# python scripts/3-report/youtube_reports.py
43-
python scripts/3-report/gcs_reports.py
34+
# ./scripts/3-report/deviantart_reports.py
35+
# ./scripts/3-report/flickr_reports.py
36+
# ./scripts/3-report/github_reports.py
37+
# ./scripts/3-report/internetarchive_reports.py
38+
# ./scripts/3-report/metmuseum_reports.py
39+
# ./scripts/3-report/vimeo_reports.py
40+
# ./scripts/3-report/wikicommons_reports.py
41+
# ./scripts/3-report/wikipedia_reports.py
42+
# ./scripts/3-report/youtube_reports.py
43+
./scripts/3-report/gcs_reports.py

0 commit comments

Comments
 (0)