Skip to content

Commit

Permalink
Update documents in advance of new version
Browse files Browse the repository at this point in the history
Update the listed version in `README.md` and `package.json`.

README.md         | 4 ++--
package-lock.json | 2 +-
package.json      | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
  • Loading branch information
matootie committed Nov 22, 2019
1 parent d4b776a commit 024f644
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Fetches the latest kubeconfig for your DigitalOcean Kubernetes Cluster using Dig

### `clusterName`

**Required** The name of the cluster you are trying to operate on. This was chosen during the _"Choose a name"_ step when originally creating the cluster. ![](https://i.imgur.com/ZwJM4ZU.png)
**Required** The name of the cluster you are trying to operate on. This was chosen during the _"Choose a name"_ step when originally creating the cluster. ![Example cluster name field](https://i.imgur.com/ZwJM4ZU.png)

### `expirationTime`

Expand All @@ -20,7 +20,7 @@ Fetches the latest kubeconfig for your DigitalOcean Kubernetes Cluster using Dig

```yaml
- name: Set up kubectl
uses: matootie/dokube@v1.1.2
uses: matootie/dokube@v1.2.0
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: my-fabulous-cluster
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokube",
"version": "1.1.2",
"version": "1.2.0",
"description": "Use DigitalOcean Kubernetes in GitHub Actions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 024f644

Please sign in to comment.