Skip to content

Commit

Permalink
fix: vercel inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Aug 22, 2020
1 parent ac4f926 commit 6acf128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-express-basic-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_AUTH }}
working-directory: example/express-basic-auth
#vercel-project-name: express-basic-auth
vercel-project-name: express-basic-auth
- uses: ./
id: now-deployment-production
if: github.event_name == 'push'
Expand All @@ -32,4 +32,4 @@ jobs:
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_AUTH }}
vercel-args: '--prod'
working-directory: example/express-basic-auth
#vercel-project-name: express-basic-auth
vercel-project-name: express-basic-auth

1 comment on commit 6acf128

@github-actions
Copy link

@github-actions github-actions bot commented on 6acf128 Aug 22, 2020

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-5flf2db8f.vercel.app
https://hotfix-gh-30.static.vercel-action.amond.dev

Built with commit 6acf128.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.