Skip to content

Commit

Permalink
Change vercel action path in action.yml (#265)
Browse files Browse the repository at this point in the history
## Problem

Vercel action is having issues, so need to change path according to this
thread
amondnet/vercel-action#40 (comment)

## Type of Change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
- [x] Infrastructure change (CI configs, etc)
- [ ] Non-code change (docs, etc)
- [ ] None of the above: (explain here)
  • Loading branch information
aulorbe authored Aug 28, 2024
1 parent ad6c25a commit a952088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e-testing/edge/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
node-version: '18.20.3'

- name: Setup Vercel
uses: amondnet/setup-vercel@master
uses: amondnet/vercel-action@master
env:
VERCEL_TOKEN: ${{ inputs.VERCEL_TOKEN }}
VERCEL_PROJECT_ID: ${{ inputs.VERCEL_PROJECT_ID }}
Expand Down

0 comments on commit a952088

Please sign in to comment.