diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e0baeb --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# setup-action + +Install a specific version of helmwave binary on the runner. + +```yaml +- uses: helmwave/setup-action@v1 + with: + version: '0.17.1' + id: install +```