Skip to content

Commit

Permalink
fix: typo in called workflow filename
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Jan 17, 2025
1 parent f434069 commit 0c1651f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
needs:
- release-please
- get-version
uses: ./.github/workflows/run-liquibase-migrations.yaml
uses: ./.github/workflows/run-liquibase.yaml
with:
version: ${{ needs.get-version.outputs.api }}
push: true
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
- get-version
- terraform_env_dev
- test_dev
uses: ./.github/workflows/run-liquibase-migrations.yaml
uses: ./.github/workflows/run-liquibase.yaml
with:
version: ${{ needs.get-version.outputs.api }}
push: true
Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:
- terraform_env_int
- test_int_internal
- test_int_selfserve
uses: ./.github/workflows/run-liquibase-migrations.yaml
uses: ./.github/workflows/run-liquibase.yaml
with:
version: ${{ needs.get-version.outputs.api }}
push: true
Expand Down Expand Up @@ -611,7 +611,7 @@ jobs:
- terraform_env_prep
- test_prep_internal
- test_prep_selfserve
uses: ./.github/workflows/run-liquibase-migrations.yaml
uses: ./.github/workflows/run-liquibase.yaml
with:
version: ${{ needs.get-version.outputs.api }}
push: true
Expand Down

0 comments on commit 0c1651f

Please sign in to comment.