I have a github action workflow as follows. I am trying to run a gradle task to generate Kotlin files from .proto files. After generating these files, I want to push those Kotlin files to another repo.
Here is the Github actions running: https://github.com/ksharma-xyz/Proto-API/actions/runs/9806185942/job/27077373188
Workflow file is in this PR: https://github.com/ksharma-xyz/Proto-API/pull/5
Have verified that until Verify pushed branch
, everything is fine, commit is created and branch is created. but in the task Create Pull Request
, the PR does not get created and nothing gets pushed. Need some help with debugging this.