Skip to content

Commit

Permalink
feat: Add working directory support (#131)
Browse files Browse the repository at this point in the history
* feat: Add working directory support

Signed-off-by: yxxhero <[email protected]>

* fix lints

Signed-off-by: yxxhero <[email protected]>

* fix dist

Signed-off-by: yxxhero <[email protected]>

---------

Signed-off-by: yxxhero <[email protected]>
  • Loading branch information
yxxhero authored Oct 4, 2023
1 parent ec9ef86 commit d38d09b
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 71 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This action works on Linux, macOS and Windows
## Optional Inputs
- `helmfile-args` : helmfile arguments. Required.
- `helmfile-version` : helmfile version. Default `"latest"`.
- `helmfile-workdirectory` : helmfile working directory. Default `"."`
- `helm-version` : Helm version. Default `"latest"`
- `helm-plugins` : Comma separated list of Helm plugins to install. Default `https://github.com/databus23/helm-diff`

Expand Down
129 changes: 100 additions & 29 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit d38d09b

Please sign in to comment.