diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 539861a6..0b8c0f71 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -110,7 +110,7 @@ runs: - name: K8 setup shell: bash run: | - make ${{inputs.environment}} get-cluster-credentials + make ${{ inputs.environment }} get-cluster-credentials make install-konduit - name: Generate example data