Change branch name used in metadata update github action (#14505)

This commit is contained in:
Jay DeLuca 2025-08-23 09:59:32 -04:00 committed by GitHub
parent de123a3395
commit d10bca4de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
env:
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
run: |
BRANCH_NAME="metadata-update-main"
BRANCH_NAME="otelbot/metadata-update-main"
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
if git ls-remote --exit-code --heads origin "$BRANCH_NAME"; then
git fetch origin "$BRANCH_NAME"