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 579fb2a commit cf080bfCopy full SHA for cf080bf
1 file changed
web/github.php
@@ -62,7 +62,7 @@
62
63
$useRC = true;
64
$useTeams = true;
65
- if (explode('/', $RepositoryName)[0] == 'sugarcraft') || in_array($RepositoryName, ['detain/scoop-emulators', 'detain/detain', 'detain/sugarcraft'])) {
+ if (explode('/', $RepositoryName)[0] == 'sugarcraft' || in_array($RepositoryName, ['detain/scoop-emulators', 'detain/detain', 'detain/sugarcraft'])) {
66
$useTeams = false;
67
}
68
switch ($EventType) {
0 commit comments