benchmark-action / github-action-benchmark

GitHub Action for continuous benchmarking to keep performance
https://benchmark-action.github.io/github-action-benchmark/dev/bench/
MIT License
997 stars 151 forks source link

benchmark-data-repository exists and isn't empty #182

Open jellespijker opened 1 year ago

jellespijker commented 1 year ago

We have two separate workflows, whom both use this action and I think they're interfering with each other when they both want to post their results as comment.

See error message:

/usr/bin/git -c user.name=github-action-benchmark -c user.email=github@users.noreply.github.com -c http.https://github.com/.extraheader= clone ***github.com/Ultimaker/CuraEngineBenchmarks.git ./benchmark-data-repository
fatal: destination path './benchmark-data-repository' already exists and is not an empty directory.
Error: Command 'git' failed with args '-c user.name=github-action-benchmark -c user.email=github@users.noreply.github.com -c http.https://github.com/.extraheader= clone ***github.com/Ultimaker/CuraEngineBenchmarks.git ./benchmark-data-repository': fatal: destination path './benchmark-data-repository' already exists and is not an empty directory.
: Error: The process '/usr/bin/git' failed with exit code 128

https://github.com/Ultimaker/CuraEngine/actions/runs/5835175234/job/15826271497#step:19:110

Workflows:

ktrz commented 7 months ago

I think this should be fixed by #216 which got released today in v1.19.1 Could you please verify?