Skip to content

Commit 8382a23

Browse files
authored
Merge pull request #54 from ByteInternet/fix_brancher_ci_ref
2 parents 0aca5c3 + 4932b83 commit 8382a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@
104104

105105
$testingStage = $configuration->addStage("acceptance", "docs");
106106
$testingStage->addBrancherServer("hntestgroot")
107-
->setLabels(['stage=acceptance', 'ci_ref=' . (\getenv('GITHUB_REF') ?: 'none')]);
107+
->setLabels(['stage=acceptance', 'ci_ref=' . (\getenv('GITHUB_HEAD_REF') ?: 'none')]);
108108

109109
return $configuration;

0 commit comments

Comments
 (0)