From 11c3efb45a76f111d06974181435671dc0c73d67 Mon Sep 17 00:00:00 2001 From: Maker KSH <60661262+SeHyun-Kim04@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:12:33 +0900 Subject: [PATCH] Update Deploy.yml --- .github/workflows/Deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 8fe420b..b92e69e 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -81,6 +81,6 @@ jobs: uses: thomaseizinger/create-pull-request@master with: github_token: ${{ env.GITHUB_TOKEN }} - head: ${{ github.BRANCH_NAME }} + head: "refs/heads/${{ github.BRANCH_NAME }}" base: master title: "An automatically created PR!"