Skip to content

Commit 522ec99

Browse files
authored
Fix mirror workflow (#113)
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent ac85844 commit 522ec99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
uses: eProsima/eProsima-CI/external/mirror-branch-action@v0
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
24-
source: 'master'
24+
source: 'main'
2525
dest: ${{ matrix.dest_branch }}

0 commit comments

Comments
 (0)