Skip to content

Commit 09227b5

Browse files
authored
use correct workflow id for v0 (vercel#82484)
1 parent 1d560b3 commit 09227b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_e2e_deploy_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- repo: front
121121
workflow_id: cron-update-next.yml
122122
- repo: v0
123-
workflow_id: update-next.yml
123+
workflow_id: update-next.yaml
124124
steps:
125125
- name: Check token
126126
run: gh auth status
@@ -190,8 +190,8 @@ jobs:
190190
workflow_id: cron-update-next.yml
191191
workflow_url: https://github.com/vercel/front/actions/workflows/cron-update-next.yml?query=event%3Aworkflow_dispatch
192192
- repo: v0
193-
workflow_id: update-next.yml
194-
workflow_url: https://github.com/vercel/v0/actions/workflows/update-next.yml?query=event%3Aworkflow_dispatch
193+
workflow_id: update-next.yaml
194+
workflow_url: https://github.com/vercel/v0/actions/workflows/update-next.yaml?query=event%3Aworkflow_dispatch
195195
steps:
196196
- name: Check token
197197
run: gh auth status

0 commit comments

Comments
 (0)