From 43c70391bf0f6b81fa67d177da202c627913878c Mon Sep 17 00:00:00 2001 From: Kamran Ayub Date: Sun, 5 Jul 2020 20:06:58 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef51a9db..11fe53a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Wait for Netlify Deploy — A GitHub Action ⏱ -> **NOTE: This doesn't work yet.** - Do you have other Github actions (Lighthouse, Cypress, etc) that depend on the Netlify Preview URL? This action will wait until the preview URL is available before running the next task. This is a fork of [JosephDuffy/wait-for-netlify-action](https://github.com/JosephDuffy/wait-for-netlify-action) that uses the deployment for the commit, rather than for the PR. This fork fixes a couple issues retrieving the GitHub SHA being built, the deployment commit URL, and `max_timeout` setting. @@ -45,7 +43,7 @@ Basic Usage ```yaml steps: - name: Waiting for Netlify Preview - uses: kamranayub/wait-for-netlify-action@1.1.0 + uses: kamranayub/wait-for-netlify-action@v2 id: wait-for-netflify-preview with: site_name: "YOUR_SITE_NAME" @@ -80,7 +78,7 @@ jobs: run: | npm run build - name: Waiting for 200 from the Netlify Preview - uses: kamranayub/wait-for-netlify-action@1.1.0 + uses: kamranayub/wait-for-netlify-action@v2 id: wait-for-netflify-preview with: site_name: "YOUR_SITE_NAME"