From 633ff97b0f94fd99fc2aaec9fed999f1af97f7f0 Mon Sep 17 00:00:00 2001 From: Yuta Nakamura Date: Thu, 30 Nov 2023 23:32:04 +0900 Subject: [PATCH] fix: typo --- .github/workflows/auto-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-pull-request.yml b/.github/workflows/auto-pull-request.yml index 7b14981..af1fe1e 100644 --- a/.github/workflows/auto-pull-request.yml +++ b/.github/workflows/auto-pull-request.yml @@ -19,6 +19,6 @@ jobs: uses: ./ with: src-branch: "main" - target-branch: "releaes/v1" + target-branch: "release/v1" title: "Main to Release v1" - body: "main to Release v1" \ No newline at end of file + body: "main to Release v1"