Skip to content

Commit

Permalink
updated the version of the action in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RockBacon9922 authored Jan 3, 2024
1 parent 8433ae1 commit a6909b1
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

0 comments on commit a6909b1

Please sign in to comment.