Skip to content

Commit 56c2939

Browse files
committed
Fix automated PR body text
1 parent 74a9fd0 commit 56c2939

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)