From e642583a6c180c49fcc4cddf0ae0aa0f6006fc37 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 20 Jan 2025 13:35:00 -0400 Subject: [PATCH] ci: fix typo --- .github/workflows/sync-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index b1b1620..5986c63 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -30,7 +30,7 @@ jobs: - uses: robotology/gh-action-nightly-merge@v1.5.2 with: stable_branch: "main" - development_branche: "dev" + development_branch: "dev" allow_ff: true env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}