Skip to content

Commit

Permalink
set git info
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Dec 14, 2024
1 parent e5ecbd1 commit bce3d05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-otel-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
with:
path: opentelemetry-collector-contrib
- name: Update to latest opentelemetry-collector release
run: cd opentelemetry-collector-contrib && make update-otel
run: |
git config user.name opentelemetrybot
git config user.email 107717825+opentelemetrybot@users.noreply.github.com
cd opentelemetry-collector-contrib
make update-otel
- name: Create pull request against main
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit bce3d05

Please sign in to comment.