Augusto Melo

Results 18 comments of Augusto Melo

hey @tim-we refactored the code to align with your comments, feel free to resolve the conversation. Added the support to builld. gradle using regex. I didn't do the merge, because...

hey @tim-we I had to do some changes on the code since the testes [were failing in correctly identifying the java version](https://github.com/augustomelo/setup-java/actions/runs/8866172595), [now](https://github.com/augustomelo/setup-java/actions/runs/8881790537) they seem fine, the failure is now...

I think you might need to configure the following env variables `GITHUB_SERVER_URL` and `GITHUB_API_URL` https://github.com/trstringer/manual-approval/blob/a824dad59ac64ac825ab8725599e483e24aa2815/main.go#L106 I think with that configuration it will create on the right place, but still the...

The latest version [v1.9.0](https://github.com/trstringer/manual-approval/blob/a824dad59ac64ac825ab8725599e483e24aa2815/approval.go#L47) doesn't contain the changes that fix that, did you tried to point it to [main](https://github.com/trstringer/manual-approval/blob/dd1555b1d17966cb58500676d79a181c53bb6c12/approval.go#L47) ? Also , could you share some logs from the action...

Hello @aserrallerios From the GH Actions [docs](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables) > The default environment variables that GitHub sets are available to every step in a workflow. > > Because default environment variables are...

Hello @aserrallerios, no worries 😄 Looking at the code it creates the github client by using the values that are set on $GITHUB_SERVER_URL and $GITHUB_API_URL ((code)[https://github.com/trstringer/manual-approval/blob/dd1555b1d17966cb58500676d79a181c53bb6c12/main.go#L106-L107]) and from the docs...

No I am not using an alternative action

As an workaround, you might use the flag `--v, --verbose Turn on verbose` which will output: ``` * Request can be run with the following curl command: * curl .......