Skip to content

Commit 37e422b

Browse files
authored
Update update_sha.py
1 parent d6d88a8 commit 37e422b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/update_sha.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121

2222
API_URL = "https://api.github.com/repos/open-telemetry/opentelemetry-python-contrib/commits/"
2323
workflow_files = [
24-
".github/workflows/test_0.yml"
25-
".github/workflows/test_1.yml"
26-
".github/workflows/misc_0.yml"
27-
".github/workflows/contrib_0.yml"
28-
".github/workflows/lint_0.yml"
24+
".github/workflows/test_0.yml",
25+
".github/workflows/test_1.yml",
26+
".github/workflows/misc_0.yml",
27+
".github/workflows/contrib_0.yml",
28+
".github/workflows/lint_0.yml",
2929
]
3030

3131

0 commit comments

Comments
 (0)