We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec5064 commit 6b9f389Copy full SHA for 6b9f389
.github/workflows/test.yml
@@ -10,7 +10,7 @@ env:
10
# Otherwise, set variable to the commit of your branch on
11
# opentelemetry-python-contrib which is compatible with these Core repo
12
# changes.
13
- CONTRIB_REPO_SHA: 2edd017c22edb4896e182c934bc199d716495ce6
+ CONTRIB_REPO_SHA: a5ed4da478c4360fd6e24893f7574b150431b7ee
14
# This is needed because we do not clone the core repo in contrib builds anymore.
15
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
16
# does not set an environment variable (simply just runs tox), which is different when
0 commit comments