Skip to content

Commit 0286c1f

Browse files
committed
.
1 parent 9a11d16 commit 0286c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scheduled-github-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
run: ls -l web/public/results
4949

5050
- name: Deploy to Vercel
51-
uses: amondnet/vercel-action@v20 # 使用 Vercel Action
51+
uses: amondnet/vercel-action@v25 # 使用 Vercel Action
5252
with:
5353
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Vercel Token
5454
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} # Vercel Organization ID
5555
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} # Vercel Project ID
56-
vercel-project-path: ./web # 指定 Vercel 项目路径
56+
working-directory: ./web # 指定 Vercel 项目路径

0 commit comments

Comments
 (0)