Skip to content

Commit

Permalink
updated the version of the action in the docs (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockBacon9922 authored Mar 20, 2024
1 parent a588075 commit 2ac214f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
# your build commands
# - run: |
# ng build --prod
- uses: amondnet/vercel-action@v20 #deploy
- uses: amondnet/vercel-action@v25 #deploy
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v19
- uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
Expand All @@ -246,7 +246,7 @@ jobs:
1. Change action name in `workflows` from `now-deployment` to `vercel-action`
```yaml
- name: Vercel Action
uses: amondnet/vercel-action@v19
uses: amondnet/vercel-action@v25
```
2. Change input values.
- `zeit-token` -> `vercel-token`
Expand Down

3 comments on commit 2ac214f

@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-laas85afs-dietfriends.vercel.app

Built with commit 2ac214f.
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-gx9d6632t-amond.vercel.app
https://master.static.vercel-action.amond.dev

Built with commit 2ac214f.
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 vercel-action-example-nextjs ready!

✅ Preview
https://vercel-action-example-nextjs-f6t7jluez-amond.vercel.app
https://master.nextjs.vercel-action.amond.dev

Built with commit 2ac214f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.