Fix sdk auto-update (#10810)
This commit is contained in:
parent
dc8be4771d
commit
9db9661bc9
|
@ -92,7 +92,9 @@ jobs:
|
||||||
branch="opentelemetrybot/update-opentelemetry-sdk-to-${VERSION}"
|
branch="opentelemetrybot/update-opentelemetry-sdk-to-${VERSION}"
|
||||||
|
|
||||||
git checkout -b $branch
|
git checkout -b $branch
|
||||||
git commit -a -m "$message"
|
git add -u
|
||||||
|
git add licenses
|
||||||
|
git commit -m "$message"
|
||||||
git push --set-upstream origin $branch
|
git push --set-upstream origin $branch
|
||||||
gh pr create --title "$message" \
|
gh pr create --title "$message" \
|
||||||
--body "$body" \
|
--body "$body" \
|
||||||
|
|
Loading…
Reference in New Issue