Fix operator script (#6347)

This commit is contained in:
Trask Stalnaker 2022-07-20 08:35:59 -07:00 committed by GitHub
parent 5ed0551537
commit 2cdaa01650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@ jobs:
echo $VERSION > autoinstrumentation/java/version.txt
- name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh
run: |
# cannot run the use-cla-approved-github-bot.sh script here since in a different repo
git config user.name opentelemetrybot
git config user.email 107717825+opentelemetrybot@users.noreply.github.com
- name: Create pull request against opentelemetry-operator
env: