fix perf repo branch name

This commit is contained in:
Dmitry Rodionov
2021-11-08 12:06:36 +03:00
committed by Dmitry Rodionov
parent 865870a8e5
commit 067f2ac814

View File

@@ -40,7 +40,7 @@ jobs:
with:
repository: zenithdb/zenith-perf-data
token: ${{ secrets.VIP_VAP_ACCESS_TOKEN }}
ref: main
ref: master
path: zenith-perf-data
# actions/setup-python@v2 is not working correctly on self-hosted runners
@@ -122,4 +122,4 @@ jobs:
cd zenith-perf-data
git add data
git commit --author="vipvap <vipvap@zenith.tech>" -m "add performance test result for $GITHUB_SHA zenith revision"
git push https://$VIP_VAP_ACCESS_TOKEN@github.com/zenithdb/zenith-perf-data.git main
git push https://$VIP_VAP_ACCESS_TOKEN@github.com/zenithdb/zenith-perf-data.git master