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.
2 parents 0aca5c3 + 4932b83 commit 8382a23Copy full SHA for 8382a23
deploy.php
@@ -104,6 +104,6 @@
104
105
$testingStage = $configuration->addStage("acceptance", "docs");
106
$testingStage->addBrancherServer("hntestgroot")
107
- ->setLabels(['stage=acceptance', 'ci_ref=' . (\getenv('GITHUB_REF') ?: 'none')]);
+ ->setLabels(['stage=acceptance', 'ci_ref=' . (\getenv('GITHUB_HEAD_REF') ?: 'none')]);
108
109
return $configuration;
0 commit comments