-
Notifications
You must be signed in to change notification settings - Fork 1
Debug script - update vercel branch call #823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Preview deployment: https://update-deployment-vercel.preview.avy-fx.org |
.github/workflows/development.yaml
Outdated
| vercel deployments --token=${{ secrets.VERCEL_TOKEN }} | head -20 | ||
| # Get all deployments for main branch - improved filtering | ||
| DEPLOYMENTS=$(vercel deployments --token=${{ secrets.VERCEL_TOKEN }} | awk '/main/ {print $1}' || echo "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer output JSON and jq for operating over structured data to awk if you can, less likely to break later in some inscrutable and confusing way when vercel CLI decides some other format is more human-readable
c55fb42 to
7153e26
Compare
7153e26 to
8caa716
Compare
Description
Related Issues
Key Changes
Screenshots / Demo
Migration Explanation
Future enhancements / Questions