We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d88a8 commit 37e422bCopy full SHA for 37e422b
scripts/update_sha.py
@@ -21,11 +21,11 @@
21
22
API_URL = "https://api.github.com/repos/open-telemetry/opentelemetry-python-contrib/commits/"
23
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"
+ ".github/workflows/test_0.yml",
+ ".github/workflows/test_1.yml",
+ ".github/workflows/misc_0.yml",
+ ".github/workflows/contrib_0.yml",
+ ".github/workflows/lint_0.yml",
29
]
30
31
0 commit comments