Skip to content

Commit cd72da2

Browse files
authored
Fix automated PR body text (#13350)
1 parent 23bde50 commit cd72da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
302302
run: |
303303
message="Update apidiff baseline to released version $VERSION"
304-
body="Update apidiff baseline to released version \`$version\`."
304+
body="Update apidiff baseline to released version \`$VERSION\`."
305305
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
306306
307307
git checkout -b $branch

0 commit comments

Comments
 (0)