Skip to content

Commit 976a4b5

Browse files
authored
opentelemetry-instrumentation: fix RST syntax of README (#3360)
* opentelemetry-instrumentation: fix RST syntax of README * Update core sha
1 parent 14ebbb2 commit 976a4b5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/lint_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
13+
CORE_REPO_SHA: release/v1.31.x-0.52bx
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

.github/workflows/misc_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
13+
CORE_REPO_SHA: release/v1.31.x-0.52bx
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

.github/workflows/test_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
13+
CORE_REPO_SHA: release/v1.31.x-0.52bx
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

.github/workflows/test_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
13+
CORE_REPO_SHA: release/v1.31.x-0.52bx
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

.github/workflows/test_2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
13+
CORE_REPO_SHA: release/v1.31.x-0.52bx
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

opentelemetry-instrumentation/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The above command will configure the global trace provider to use the Random IDs
131131
pass ``--port=3000`` to ``flask run``.
132132

133133
Programmatic Auto-instrumentation
134-
--------------------
134+
---------------------------------
135135

136136
::
137137

0 commit comments

Comments
 (0)