Skip to content

Commit

Permalink
Changes and tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Nov 5, 2024
1 parent 73507c2 commit 829fd47
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion routes/api_github_actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,16 @@

// GitHub Actions
Route::post('{repo}/version', [GitHubActionsController::class, 'version'])
->whereIn('repo', ['nylo', 'support', 'framework', 'media-pro', 'permission-policy', 'device-meta', 'error-stack', 'laravel-notify-fcm', 'laravel-auth-slate'])
->whereIn('repo', [
'nylo',
'support',
'framework',
'media-pro',
'permission-policy',
'device-meta',
'error-stack',
'laravel-notify-fcm',
'laravel-auth-slate',
'scaffold_ui'
])
->name('actions.version');

0 comments on commit 829fd47

Please sign in to comment.