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