Releases: quantizor/wait-for-netlify-action
v3.4.0
What's Changed
- chore: upgrade Node.js version and dependencies by @kevinpainchaud in #4
New Contributors
- @kevinpainchaud made their first contribution in #4
Full Changelog: v3.3.0...v3.4.0
3.3.0
3.2.0
This action now works in the "pull_request" context as well. This is preferable to "push" in most cases because generally the netlify deploy doesn't start until the pull request is opened. If you run this action on "push" but don't physically open the PR until many minutes after, you'll have to re-run the action job which is annoying.
3.1.4-beta.0
Working on figuring out how to make this action work with the pull_request
workflow trigger
3.1.3
Fix an accidental bug where a variable was referenced before instantiation
3.1.2
Wait a bit for the deployment to be created if Netlify doesn't respond right away
3.1.1
Updated README and some project metadata
3.1.0
work around some bugs
3.0.1
Fix a missing "async" keyword, fix the action yml for inputs.
3.0.0
Bumping to v3 to get around the tags from the forked repo. This release implements a revised waiting strategy that looks at the readiness of the deploy itself, then falls back to the typical timeout for application readiness.