Commit graph

2 commits

Author SHA1 Message Date
Ricardo Manhães Savii
af1b5da6c4
Update run.js
url for installing kubectl receives the semantic version string like "1.15.0" and it adds the letter 'v' before it. To not change the documentation, I believe this edit would solve it. 

What solved for me was was to use it like this:
```
- uses: azure/setup-kubectl@v1
        with:
          version: 'v1.15.0'
        id: install
```

But then I was not able to run kubectl commands... :/
2020-04-30 06:29:48 -03:00
Deepak Sattiraju
39fc719fd9 Port from k8s-actions 2019-09-10 15:40:21 +05:30