Skip to content

Commit

Permalink
update packages and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickedqvist committed Jun 8, 2021
1 parent 4245b4a commit f0dafbd
Show file tree
Hide file tree
Showing 204 changed files with 36,364 additions and 113,141 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Optional — The amount of time to spend waiting on Vercel. Defaults to `60` sec
Optional - Use the most recent inactive deployment (previously deployed preview) associated with the pull request if
no new deployment is available. Defaults to `false`.

### `check_interval`

Optional - How often (in seconds) should we make the HTTP request checking to see if the deployment is available? Defaults to `2` seconds.

## Outputs

### `url`
Expand All @@ -36,7 +40,7 @@ Basic Usage
```yaml
steps:
- name: Waiting for 200 from the Vercel Preview
uses: patrickedqvist/wait-for-vercel-preview@master
uses: patrickedqvist/wait-for-vercel-preview@1.1.0
id: waitFor200
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const run = async () => {
owner,
repo,
deployment_id: deployment.id,
token: GITHUB_TOKEN
token: GITHUB_TOKEN,
maxTimeout: MAX_TIMEOUT,
allowInactive: ALLOW_INACTIVE,
checkIntervalInMilliseconds: CHECK_INTERVAL_IN_MS,
Expand Down
201 changes: 201 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 68 additions & 6 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 15 additions & 2 deletions node_modules/@actions/core/lib/command.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/command.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f0dafbd

Please sign in to comment.