Skip to content

Commit 4446438

Browse files
committed
polish workflow
1 parent fb848ad commit 4446438

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_atlas-migrations-reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ on:
2525
migrations_path:
2626
description: "Path to the migrations directory relative to the repository root"
2727
type: string
28-
default: "internal/infrastructure/persistence/postgres/migrations"
28+
default: "services/store/infrastructure/persistence/postgres/migrations"
2929
models_path:
3030
description: "Path to the models directory relative to the repository root"
3131
type: string
32-
default: "internal/infrastructure/persistence/models"
32+
default: "services/store/infrastructure/persistence/models"
3333
atlas_config_path:
3434
description: "Path to the Atlas configuration file"
3535
type: string
36-
default: "atlas.hcl"
36+
default: "services/store/atlas.hcl"
3737
go_version:
3838
description: "Go version to use"
3939
type: string

0 commit comments

Comments
 (0)