Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Jul 30, 2020
1 parent e4e1249 commit fa0a8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]'
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wait-for-netlify-action",
"version": "3.1.1",
"version": "3.1.2",
"description": "A GitHub action that waits for a Netlify deployment preview for the current commit being built",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fa0a8db

Please sign in to comment.