We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa78668 commit f611353Copy full SHA for f611353
.github/workflows/update-otel-deps.yaml
@@ -42,7 +42,7 @@ jobs:
42
git checkout -b feat/update-otel-deps
43
node ./scripts/update-otel-deps.js
44
git commit -am "feat(deps): update deps matching '@opentelemetry/*'"
45
- git push origin feat/update-otel-deps --force
+ git push --set-upstream origin feat/update-otel-deps --force
46
gh pr create --repo open-telemetry/opentelemetry-js-contrib --title 'chore: prepare next release' --body 'Updates all `@opentelemetry/*` dependencies to latest'
47
env:
48
GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
0 commit comments