Skip to content

Commit

Permalink
fix: command name
Browse files Browse the repository at this point in the history
  • Loading branch information
dr5hn committed Jan 4, 2025
1 parent 921de44 commit 18a07f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:
mysql2sqlite -d world --mysql-password root -u root -f sqlite/world.sqlite3
- name: Export SQL Server
run: |
php bin/console export:sqlserver
working-directory: ./bin
run: php console export:sql-server

- name: Update README.md
run: |
Expand Down

0 comments on commit 18a07f9

Please sign in to comment.