Skip to content

Commit e6c4e92

Browse files
authored
Replace EndBug/add-and-commit github action in benchmarks (#14799)
1 parent d0afa8c commit e6c4e92

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/overhead-benchmark-daily.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,15 @@ jobs:
4242
- name: Copy results back to gh-pages branch
4343
run: rsync -avv benchmark-overhead/results/ gh-pages/benchmark-overhead/results/ && rm -rf benchmark-overhead/results
4444

45+
- name: Use CLA approved bot
46+
run: .github/scripts/use-cla-approved-bot.sh
47+
4548
- name: Commit updated results
46-
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
47-
with:
48-
add: "benchmark-overhead/results"
49-
cwd: "./gh-pages"
50-
branch: "gh-pages"
51-
message: "update test result data"
52-
author_name: otelbot
53-
author_email: [email protected]
54-
committer_name: otelbot
55-
committer_email: [email protected]
49+
working-directory: ./gh-pages
50+
run: |
51+
git add benchmark-overhead/results
52+
git commit -m "update test result data"
53+
git push
5654
5755
workflow-notification:
5856
permissions:

0 commit comments

Comments
 (0)