Skip to content

Commit

Permalink
Setup-vercel repo having issues so change version to @master (#264)
Browse files Browse the repository at this point in the history
## Problem

The `amondnet/vercel-action@25` seems not to work, but [users are
saying](amondnet/vercel-action#40 (comment))
change it to `@master` works. So, trying that!


## 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 44a81a9 commit ad6c25a
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@v25
uses: amondnet/setup-vercel@master
env:
VERCEL_TOKEN: ${{ inputs.VERCEL_TOKEN }}
VERCEL_PROJECT_ID: ${{ inputs.VERCEL_PROJECT_ID }}
Expand Down

0 comments on commit ad6c25a

Please sign in to comment.