destination_name option for new client library
The GitHub Actions workflow for new client library (hermetic) does not have destination_name that sets the output directory.
It currently has 9 inputs. The maximum length is 10 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputs.
Do we still need this option? java-{library_name} is basically the destination name. Also, once @JoeWang1127 completed the trigger, I think we can remove this Github action, in favor of manually adding a section to generation_config.yaml directly.
I didn't read them correctly. the destination_name is library_name now.
@diegomarquezp Would you update the document?
I think we can remove this Github action, in favor of manually adding a section to generation_config.yaml directly
I expect the GitHub Actions workflow to add a section generation_config.yaml.
I didn't read them correctly. the destination_name is library_name now.
@diegomarquezp Would you update the document?
Hi @suztomo, we have an entry in the action's readme. Which other document should be updated?