Skip to content

Commit

Permalink
Fix latest "inspect" bug by adding manual Vercel Project Name option (#…
Browse files Browse the repository at this point in the history
…29)

* fix: add vercel-project-name option that allows us to skip vercel inspect bug

* build: commiting build artifacts

* refactor: adjust conditional deploymentName
  • Loading branch information
EvanLovely authored Aug 12, 2020
1 parent 98fe494 commit 73f4fc9
Show file tree
Hide file tree
Showing 3 changed files with 24,225 additions and 24,218 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ inputs:
vercel-org-id:
required: false
description: 'Vercel CLI 17+, ❗️ The `name` property in vercel.json is deprecated (https://zeit.ink/5F)'
vercel-project-name:
required: false
description: "The name of the project; if absent we'll use the `vercel inspect` command to determine."
scope:
required: false
description: 'If you are work in team scope, you should set this value to your team id.'
Expand Down
Loading

4 comments on commit 73f4fc9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for express-basic-auth ready!

✅ Preview
https://express-basic-auth-f4ot4hjn4.vercel.app

Built with commit 73f4fc9.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for team-scope-test ready!

✅ Preview
https://team-scope-test-7yatdmriv.vercel.app

Built with commit 73f4fc9.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-static ready!

✅ Preview
https://zeit-now-deployment-action-example-static-pu5l6t9p2.vercel.app
https://master.static.vercel-action.amond.dev

Built with commit 73f4fc9.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-angular ready!

✅ Preview
https://zeit-now-deployment-action-example-angular-7pwnjksdn.vercel.app

Built with commit 73f4fc9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.