Skip to content

Commit d10bca4

Browse files
authored
Change branch name used in metadata update github action (#14505)
1 parent de123a3 commit d10bca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metadata-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
7070
run: |
71-
BRANCH_NAME="metadata-update-main"
71+
BRANCH_NAME="otelbot/metadata-update-main"
7272
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
7373
if git ls-remote --exit-code --heads origin "$BRANCH_NAME"; then
7474
git fetch origin "$BRANCH_NAME"

0 commit comments

Comments
 (0)