Skip to content

Commit

Permalink
fix: Fixed URL for database dump (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel S authored Nov 8, 2021
1 parent 534720b commit aa6ed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
PORT: ${{ job.services.mariadb.ports[3306] }}
run: |
sudo /etc/init.d/mysql start
curl -L https://github.com/AnimeThemes/animethemes-db-dump/raw/wiki/mysql/animethemes-db-dump-create-tables.sql | mysql --user=root --password=test123 --host=127.0.0.1 --port="$PORT" animethemes
curl -L https://github.com/AnimeThemes/animethemes-db-dump/raw/main/mysql/animethemes-db-dump-create-tables.sql | mysql --user=root --password=test123 --host=127.0.0.1 --port="$PORT" animethemes
- name: Setup Node
uses: actions/setup-node@v2.1.2
Expand Down

0 comments on commit aa6ed8d

Please sign in to comment.