From 5a69e8c65787a962cb3b7ebd855942029a8cba5a Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Tue, 10 Dec 2024 14:40:28 +0000 Subject: [PATCH] ci: fix typo in target branch placeholder --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index ad802512..d7fa314a 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -40,6 +40,6 @@ jobs: uses: korthout/backport-action@v3 with: github_token: ${{ steps.app-token.outputs.token }} - pull_title: "[${target-branch}] ${pull_title}" + pull_title: "[${target_branch}] ${pull_title}" pull_description: |- This is an automated backport of #${pull_number}.