Fix operator script (#6347)
This commit is contained in:
parent
5ed0551537
commit
2cdaa01650
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue