Closed daaain closed 4 months ago
thank you! i'll review today and merge if there are no issues ...
note: the README source is actually under docs/README.md
the one in the root is auto generated with make readme
(just a personal style setup, if you don't have a chance to make the necessary adjustments, I'll take care of them when I review later today)
thank you! i'll review today and merge if there are no issues ...
note: the README source is actually under
docs/README.md
the one in the root is auto generated withmake readme
(just a personal style setup, if you don't have a chance to make the necessary adjustments, I'll take care of them when I review later today)
Ah right, didn't notice that, was just looking at the previous PR. Updated the README template sources and also had a look at the linter output and fixed some Bash quoting issues. There were a few linting issues left, but don't think this branch broke them so eventually gave up 😅 see https://github.com/ahmadnassri/action-google-cloud-sql-proxy/pull/67/commits/0b76049df85a6deb2e8e1700c01714cc8193c058
I had to edit your commit messages and rebase locally (because of commit lint action, I should fix the workflows here to allow them to run on PRs...), your changes (with your authorship) are on main branch now, so I'll manually close this PR.
thank you!
now live as v1.4.0
I had a bit of a nightmare getting this action going, but while debugging to make it work I found a few things to improve on:
attempts
parameter in thewait.sh
loop – currently it's hardcoded to 10GOOGLE_APPLICATION_CREDENTIALS
env var is present use it, so if you usegoogle-github-actions/auth@v2
this action will "just work" without any config