Github Actions – Pull request task is success but nothing gets pushed
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.