Skip to content

Commit 210c694

Browse files
committed
Fix metadata update action branch name
1 parent fc4f525 commit 210c694

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)