From a39705acc506db87b8a87bd26f3fdb8cf85bbe8c Mon Sep 17 00:00:00 2001 From: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:09:33 -0500 Subject: [PATCH] build: fix PR creation (#83) --- .github/actions/sdk-codegen/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/sdk-codegen/publish.sh b/.github/actions/sdk-codegen/publish.sh index 84896c9..8d94e27 100644 --- a/.github/actions/sdk-codegen/publish.sh +++ b/.github/actions/sdk-codegen/publish.sh @@ -108,4 +108,5 @@ gh pr create \ --repo $GH_REPO \ $BASE_ARG_PAIR \ --title "Regenerate code with the latest specification file ($PR_ID)" \ + --head $(git branch --show-current) \ --body "$PR_BODY" \ No newline at end of file