I am trying to put repo creation in Github Action for CI/CD.
However, I have found that I cannot repeat the following creation command.
gcloud artifacts repositories create my-repo
If I do this when there already is a repo, the operation will simply fail.
Is there a good way to execute create only if there isn't such repo?