File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff 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- 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 :
You can’t perform that action at this time.
0 commit comments