It would be great to have an option for the action to download istioctl and place it on the GH runner path, something like: ``` - name: Install istioctl id: get-istioctl uses: istio/get-istioctl@main with: version: "1.*" install: true ```