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 de123a3 commit d10bca4Copy full SHA for d10bca4
.github/workflows/metadata-update.yml
@@ -68,7 +68,7 @@ jobs:
68
env:
69
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
70
run: |
71
- BRANCH_NAME="metadata-update-main"
+ BRANCH_NAME="otelbot/metadata-update-main"
72
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
73
if git ls-remote --exit-code --heads origin "$BRANCH_NAME"; then
74
git fetch origin "$BRANCH_NAME"
0 commit comments