forked from kamranayub/wait-for-netlify-action
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ Basic Usage | |
```yaml | ||
steps: | ||
- name: Wait for Netlify Deploy | ||
uses: probablyup/[email protected].0 | ||
uses: probablyup/[email protected].2 | ||
id: waitForNetlifyDeploy | ||
with: | ||
site_id: 'YOUR_SITE_ID' # See Settings > Site Details > General in the Netlify UI | ||
|
@@ -66,7 +66,7 @@ jobs: | |
run: npm ci | ||
|
||
- name: Wait for Netlify | ||
uses: probablyup/[email protected].0 | ||
uses: probablyup/[email protected].2 | ||
id: waitForDeployment | ||
with: | ||
site_id: '[your site ID here]' | ||
|
@@ -113,7 +113,7 @@ jobs: | |
run: | | ||
npm run build | ||
- name: Waiting for 200 from Netlify | ||
uses: probablyup/[email protected].0 | ||
uses: probablyup/[email protected].2 | ||
id: waitForNetlifyDeploy | ||
with: | ||
site_id: 'YOUR_SITE_ID' # See Settings > Site Details > General in the Netlify UI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters