Skip to content

Commit 392c5c7

Browse files
authored
chore: fix main branch doc generation (#2161)
1 parent 8865cab commit 392c5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/docs/sami.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
->addFromTags(function($tag) {
1919
return 0 === strpos($tag, 'v2.') && false === strpos($tag, 'RC');
2020
})
21-
->add('master', 'master branch');
21+
->add('main', 'main branch');
2222

2323
return new Sami($iterator, [
2424
'title' => 'Google APIs Client Library for PHP API Reference',

0 commit comments

Comments
 (0)