We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb848ad commit 4446438Copy full SHA for 4446438
1 file changed
.github/workflows/_atlas-migrations-reusable.yml
@@ -25,15 +25,15 @@ on:
25
migrations_path:
26
description: "Path to the migrations directory relative to the repository root"
27
type: string
28
- default: "internal/infrastructure/persistence/postgres/migrations"
+ default: "services/store/infrastructure/persistence/postgres/migrations"
29
models_path:
30
description: "Path to the models directory relative to the repository root"
31
32
- default: "internal/infrastructure/persistence/models"
+ default: "services/store/infrastructure/persistence/models"
33
atlas_config_path:
34
description: "Path to the Atlas configuration file"
35
36
- default: "atlas.hcl"
+ default: "services/store/atlas.hcl"
37
go_version:
38
description: "Go version to use"
39
0 commit comments