Skip to content

Commit

Permalink
Merge pull request #21 from 16bravo/bugfix/corrections_yaml_v3
Browse files Browse the repository at this point in the history
correction nom base de données yaml
  • Loading branch information
16bravo authored Dec 20, 2023
2 parents 95e415f + b278d2c commit d774c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/init_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Vérifier l'existence de la base de données
id: check-db
run: |
if [ -f data/BranvoRanking.db ]; then
if [ -f data/BravoRanking.db ]; then
echo "Database exists already. No need for init."
echo "::set-output name=init_required::false"
else
Expand Down

0 comments on commit d774c2d

Please sign in to comment.