Skip to content

Commit 8608526

Browse files
committed
api_refs.yaml: Fix new branch creation
1 parent d35164c commit 8608526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_refs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Commit and push
3838
run: |
39-
git checkout ${{ steps.version_and_branches.outputs.work_branch }}
39+
git checkout -b ${{ steps.version_and_branches.outputs.work_branch }}
4040
git add docs/api/php_api/php_api_reference/ tools/php_api_ref/.phpdoc/template/package-edition-map.twig
4141
#TODO: Set a user?
4242
git commit -m "PHP API Ref HTML"

0 commit comments

Comments
 (0)