Cleanup action for release (#56)
* Removed empty try catch * Initial commit * Compiled to js * Escape slash for nodejs * Updating getStableHelmVersion test * Removing old versions of run * Added comment on getLatestHelmVersion and variable for helm release url to command * Pushing recent changes before computer reset * Latest getLatestHelmVersion iteration * Removed test * Testing async test * getLatestHelmVersion refactor * fixed method to access helm releses JSON * Edited comment on isValidVersion * Removed old integration tests * Small temp test * Removed IntegrationTests path * Updated package-lock.json and removed unused dep * Integration testing * Fixed if statement in run command * Added exit * Double brackets for new test * Added version confirmation output and different check for version * Helm 3.7.2 test * added env to workflow paths * adjusted env in workflow paths * 3.5.0 tests * Requested changes * Fixed downloadHelm test * Clean up for release * Updated CODEOWNERS * Updated CODEOWNERS
This commit is contained in:
@ -5,10 +5,6 @@ inputs:
|
||||
description: 'Version of helm'
|
||||
required: true
|
||||
default: 'latest'
|
||||
token:
|
||||
description: 'Github token'
|
||||
default: ${{ github.token }}
|
||||
required: true
|
||||
outputs:
|
||||
helm-path:
|
||||
description: 'Path to the cached helm binary'
|
||||
|
Reference in New Issue
Block a user