github-action-await-vercel icon indicating copy to clipboard operation
github-action-await-vercel copied to clipboard

GitHub Action - Awaits a Vercel deployment to be ready

Results 7 github-action-await-vercel issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies
javascript

Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 3.2.0 to 5.0.0. Release notes Sourced from paambaati/codeclimate-action's releases. v5.0.0 5.0.0 (2023-07-06) Bug Fixes ci: checkout EVERYTHING so semantic-release has all the data it could need (a16dca5)...

dependencies
github_actions

**Is your feature request related to a problem? Please describe.** It's [unsafe](https://github.com/UnlyEd/next-right-now/discussions/223) to reference refs, it's safer to references SHAs, especially if we provide Secrets or other sensitive information. **Describe...

### Discussed in https://github.com/UnlyEd/github-action-await-vercel/discussions/63 Originally posted by **azamat-sharapov** October 21, 2022 Hi. For some reason, plugin resolves almost immediately. I turned on debugging and found out that Vercel responds with...

**Is your feature request related to a problem? Please describe.** On Vercel we can ignore build step in the settings, here we do that by adding `npx nx-ignore my-project` -...

Hey there, Thanks much for such a library. It seems like exactly what I'm looking for. But I've confused on one thing; it expects `deployment-url`, but I have one deployment...