Skip to content

Commit

Permalink
[chore] Fix update-otel github actions again (open-telemetry#37174)
Browse files Browse the repository at this point in the history
"[chore]" is interpreted as a list. Need to make clear it's a string
  • Loading branch information
dmitryax authored Jan 14, 2025
1 parent 17ad32c commit dcd640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: opentelemetry-collector-contrib
base: main
token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
commit-message: [chore] Update to latest opentelemetry-collector release.
commit-message: "[chore] Update to latest opentelemetry-collector release"
title: "[chore] Update to latest opentelemetry-collector"
body: |
This PR updates the opentelemetry-collector dependency to the latest release.

0 comments on commit dcd640a

Please sign in to comment.