File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ jobs:
291
291
needs :
292
292
- release-please
293
293
- get-version
294
- uses : ./.github/workflows/run-liquibase-migrations .yaml
294
+ uses : ./.github/workflows/run-liquibase.yaml
295
295
with :
296
296
version : ${{ needs.get-version.outputs.api }}
297
297
push : true
@@ -361,7 +361,7 @@ jobs:
361
361
- get-version
362
362
- terraform_env_dev
363
363
- test_dev
364
- uses : ./.github/workflows/run-liquibase-migrations .yaml
364
+ uses : ./.github/workflows/run-liquibase.yaml
365
365
with :
366
366
version : ${{ needs.get-version.outputs.api }}
367
367
push : true
@@ -516,7 +516,7 @@ jobs:
516
516
- terraform_env_int
517
517
- test_int_internal
518
518
- test_int_selfserve
519
- uses : ./.github/workflows/run-liquibase-migrations .yaml
519
+ uses : ./.github/workflows/run-liquibase.yaml
520
520
with :
521
521
version : ${{ needs.get-version.outputs.api }}
522
522
push : true
@@ -611,7 +611,7 @@ jobs:
611
611
- terraform_env_prep
612
612
- test_prep_internal
613
613
- test_prep_selfserve
614
- uses : ./.github/workflows/run-liquibase-migrations .yaml
614
+ uses : ./.github/workflows/run-liquibase.yaml
615
615
with :
616
616
version : ${{ needs.get-version.outputs.api }}
617
617
push : true
You can’t perform that action at this time.
0 commit comments