Skip to content

Commit

Permalink
README: Add doctl version dependency note
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 25, 2023
1 parent a2b81b2 commit 2c536b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ See [this repository](https://github.com/do-community/example-doctl-action) for
- `version` – (Optional) The version of `doctl` to install. If excluded, the latest release will be used.
- `no_auth` – (Optional) Set to `true` to skip the authentication step. The API `token` parameter is _Optional_ in this case.
- _Note:_ This can be useful when running in workflows in untrusted environments, or where auth isn't necessary (e.g. `doctl app spec validate --schema-only`)
- This depends on `doctl >= v1.101.0` (digitalocean/doctl#1450)

## Contributing

Expand Down

0 comments on commit 2c536b3

Please sign in to comment.