We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a11d16 commit 0286c1fCopy full SHA for 0286c1f
.github/workflows/scheduled-github-analysis.yml
@@ -48,9 +48,9 @@ jobs:
48
run: ls -l web/public/results
49
50
- name: Deploy to Vercel
51
- uses: amondnet/vercel-action@v20 # 使用 Vercel Action
+ uses: amondnet/vercel-action@v25 # 使用 Vercel Action
52
with:
53
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Vercel Token
54
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} # Vercel Organization ID
55
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} # Vercel Project ID
56
- vercel-project-path: ./web # 指定 Vercel 项目路径
+ working-directory: ./web # 指定 Vercel 项目路径
0 commit comments