Skip to content

Commit

Permalink
fix: Fix PR creation for OTeL update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan committed Apr 25, 2024
1 parent 8b834c7 commit 12e551f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/otel-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
if: steps.compare-versions.outputs.update_needed == 'true'
uses: peter-evans/create-pull-request@v6
with:
base: main
branch: update-otel-${{ steps.get-latest-otel-version.outputs.latest_otel_version }}
title: Update to OpenTelemetry Collector ${{ steps.get-latest-otel-version.outputs.latest_otel_version }}
commit-message: Update to OpenTelemetry Collector ${{ steps.get-latest-otel-version.outputs.latest_otel_version }}
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
go.opentelemetry.io/build-tools/crosslink v0.13.0
go.opentelemetry.io/build-tools/issuegenerator v0.13.0
go.opentelemetry.io/build-tools/multimod v0.13.0
go.opentelemetry.io/collector/cmd/builder v0.97.1-0.20240327181407-1038b67c85a0
go.opentelemetry.io/collector/cmd/builder v0.97.0
go.uber.org/goleak v1.3.0
golang.org/x/tools v0.19.0
golang.org/x/vuln v1.0.4
Expand Down

0 comments on commit 12e551f

Please sign in to comment.