From fef75b729f528b0110441b797d41fa3677581277 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 2 Oct 2024 13:46:46 -0700 Subject: [PATCH] Fix param --- .github/workflows/.deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/.deploy.yml b/.github/workflows/.deploy.yml index 1ec30829e..49c0dc175 100644 --- a/.github/workflows/.deploy.yml +++ b/.github/workflows/.deploy.yml @@ -156,6 +156,7 @@ jobs: ${{ github.event_name == 'pull_request' && '-p MIN_REPLICAS=1' || '' }} ${{ github.event_name == 'pull_request' && '-p MAX_REPLICAS=1' || '' }} ${{ matrix.parameters }} + post_rollout: ${{ matrix.post_rollout || '' }} verification_path: ${{ matrix.verification_path }} verification_retry_attempts: 5 verification_retry_seconds: 20