Skip to content

Commit

Permalink
[10.x] Migrate to laravel/facade-documenter repository
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Aug 28, 2023
1 parent eeb646f commit dde70f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/facade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: "composer config repositories.facade-documenter vcs git@github.com:laravel-labs/facade-documenter.git && composer require --dev laravel/facade-documenter:dev-main"
command: "composer config repositories.facade-documenter vcs git@github.com:laravel/facade-documenter.git && composer require --dev laravel/facade-documenter:dev-main"

- name: Update facade docblocks
run: php -f vendor/bin/facade.php -- Laravel\\Pennant\\Feature
Expand Down

0 comments on commit dde70f4

Please sign in to comment.