steebchen/kubectl

sh: 1: kubectl.1.14.0: not found

jcamiloradamesa opened this issue · 0 comments

Hey

I am trying to use action with the config

      - name: Deploy k8s
        uses: steebchen/kubectl@master
        env:
          KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
          KUBECTL_VERSION: "1.14"
        with:
          args: '"apply -f my-template --token=${{ secrets.DEV_K8_TOKEN }}"'

But action is failing with sh: 1: kubectl.1.14: not found error. Any ideas?