wait-for-netlify-action icon indicating copy to clipboard operation
wait-for-netlify-action copied to clipboard

A GitHub action that will wait until a Netlify Preview deploy has completed before continuing on

Results 11 wait-for-netlify-action issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Fixes #22 Fixes #23 Closes #21

I get an annotation warning when using this action: > The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see:...

I get an annotation warning when using this action: > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: jakepartusch/wait-for-netlify-action

At https://github.com/step-security/secure-workflows we are building a knowledge-base (KB) of GITHUB_TOKEN permissions needed by different GitHub Actions. When developers try to set minimum token permissions for their workflows, they can use...

The following workflow does not reliably work with wait-for-netlify-action: 1. Create a branch `test` 2. Push the branch to origin and create a PR 3. Deploys the website 4. Waits...

Hello, I am currently using the `wait-for-netlify-action` within a Github actions CI to generate the deploy preview URL of a relatively new project ( 3 merged PRs ) after which...

The Lighthouse example in the README could be improved: - the npm install and build steps are unnecessary (other than the global install of `lchi/cli`), since we are testing against...

Hi, I want to trigger an action when I push to `dev` branch without PR. In this case action build an url with `undefined` parameter: ![image](https://user-images.githubusercontent.com/31045769/83858293-f2a85200-a724-11ea-9959-060b8f89ae66.png) Here is a file:...

[GitHub actions that run on Node 16 are deprecated](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/). Updating to `node20` to address this deprecation.