Skip to content

Commit 671ea10

Browse files
[release/v1.20.x] Fix for release workflow (#617)
Clean cherry-pick of #607 to the `release/v1.20.x` branch. Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 2991409 commit 671ea10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-create-collector-contrib-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ jobs:
7979
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
8080
JMX_METRICS_VERSION: ${{ inputs.jmx-metrics-version }}
8181
run: |
82-
message="Update the jmx-metrics version to $VERSION"
82+
message="Update the jmx-metrics version to $JMX_METRICS_VERSION"
8383
# note that @open-telemetry/java-contrib-approvers cannot be used below
8484
# because opentelemetrybot is not a member of the OpenTelemetry org,
8585
# and so it cannot @ mention OpenTelemetry org groups
86-
body="Update the jmx-metrics version to \`$VERSION\`.
86+
body="Update the jmx-metrics version to \`$JMX_METRICS_VERSION\`.
8787
8888
cc @jack-berg @mateuszrzeszutek @rmfitzpatrick @trask
8989
"

0 commit comments

Comments
 (0)