Commit graph

10 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
Shashank Barsin
9b492bbd34 Update README 2019-09-24 15:51:09 +05:30
Deepak Sattiraju
254b8cb07f
Update README.md 2019-09-23 15:33:36 +05:30
Deepak Sattiraju
b77c57fb24 Adding node_modules 2019-09-10 15:40:46 +05:30
Deepak Sattiraju
39fc719fd9 Port from k8s-actions 2019-09-10 15:40:21 +05:30
Microsoft Open Source
943073e7aa Initial commit 2019-09-04 03:28:40 -07:00
Microsoft Open Source
61e95b0674 Initial commit 2019-09-04 03:28:39 -07:00
Microsoft Open Source
c319b66ed0 Initial commit 2019-09-04 03:28:38 -07:00
Microsoft Open Source
07bbeac493 Initial commit 2019-09-04 03:28:37 -07:00
Microsoft GitHub User
715985aea2
Initial commit 2019-09-04 03:28:20 -07:00