Skip to content

Commit 5b6513f

Browse files
committed
Fixed branch names
1 parent 7a83a6a commit 5b6513f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Merge main into gh-pages
2020
uses: robotology/gh-action-nightly-merge@v1.5.2
2121
with:
22-
stable_branch: 'master'
23-
development_branch: 'devel'
22+
stable_branch: 'main'
23+
development_branch: 'gh-pages'
2424
allow_ff: false
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)