Skip to content

Commit 829fd47

Browse files
committed
Changes and tweaks
1 parent 73507c2 commit 829fd47

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

routes/api_github_actions.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,16 @@
1111

1212
// GitHub Actions
1313
Route::post('{repo}/version', [GitHubActionsController::class, 'version'])
14-
->whereIn('repo', ['nylo', 'support', 'framework', 'media-pro', 'permission-policy', 'device-meta', 'error-stack', 'laravel-notify-fcm', 'laravel-auth-slate'])
14+
->whereIn('repo', [
15+
'nylo',
16+
'support',
17+
'framework',
18+
'media-pro',
19+
'permission-policy',
20+
'device-meta',
21+
'error-stack',
22+
'laravel-notify-fcm',
23+
'laravel-auth-slate',
24+
'scaffold_ui'
25+
])
1526
->name('actions.version');

0 commit comments

Comments
 (0)