Skip to content

Commit

Permalink
updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin authored and Sachin committed Mar 30, 2024
1 parent 4632f27 commit 3abe408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
# Additional steps specific to your project, such as installing dependencies, running tests, etc.
- name: Deploy ui-fundamentals to Vercel
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && steps.checkout.outputs.path == 'https://github.com/ksachin7/React-practices/tree/initial/ui-fundamentals'
uses: amondnet/vercel-action@v21
uses: amondnet/vercel-action@v2
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-project-name: ui-fundamentals
Expand Down

0 comments on commit 3abe408

Please sign in to comment.