Skip to content

Commit cec25b6

Browse files
committed
fix: k8-db-upgrade input variable name
1 parent 9d3bae2 commit cec25b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ github.event.repository.name == 'refinery-gateway' || github.event.repository.name == 'gates-gateway' || github.event.repository.name == 'cognition-gateway' }}
2626
secrets: inherit
2727
with:
28-
alembic_downgrade_rev: 'head'
28+
alembic_upgrade_rev: 'head'
2929
docker_image_tag: ${{ needs.call-az-acr-push-test.outputs.GH_REF_NAME }}
3030

3131
k8-test:

0 commit comments

Comments
 (0)