From 20c9719f1e70849b2823142b4d1720007ae7de55 Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Wed, 26 Jun 2024 11:32:17 +0100 Subject: [PATCH] #2648 - added full branch name reference for push --- .azure/azure-benchmark-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index a6118570..bc123454 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -65,7 +65,7 @@ steps: - script: | git add benchmark/results/v$(MAJOR_VERSION)/v$(VERSION)/* git commit -m "Automated benchmark output commit for version $(VERSION)" - git push origin HEAD:$(Build.SourceBranchName) + git push origin HEAD:refs/heads/$(Build.SourceBranchName) displayName: 'Commit and Push Benchmark Results' workingDirectory: $(System.DefaultWorkingDirectory) env: