We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c4b5c commit baf64efCopy full SHA for baf64ef
devops/actions/run-tests/benchmark/action.yml
@@ -265,7 +265,7 @@ runs:
265
cached_result="$(mktemp -d)/$(basename $results_file)"
266
mv "$results_file" "$cached_result"
267
268
- git reset --hard "origin/$BENCHMARK_CI_RESULTS"
+ git reset --hard "origin/$BENCHMARK_RESULTS_BRANCH"
269
git pull
270
271
mv "$cached_result" "$results_file"
0 commit comments