File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ jobs:
123123 with :
124124 version : ${{ matrix.helm-version }}
125125
126+ - name : Helm Version
127+ run : helm version
128+
126129 - name : helm plugin install
127130 run : helm plugin install .
128131
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ platformHooks:
1414 install :
1515 - command : ${HELM_PLUGIN_DIR}/install-binary.sh
1616 - os : windows
17- command : pwsh
18- args :
19- - -c
20- # - ${HELM_PLUGIN_DIR}\install-binary.ps1
21- - C:\Users\runneradmin\AppData\Roaming\helm\plugins\helm-diff\install-binary.ps1
17+ command : ${HELM_PLUGIN_DIR}\install-binary.ps1
18+ # args:
19+ # - -c
20+ # - ${HELM_PLUGIN_DIR}\install-binary.ps1
21+ # # - C:\Users\runneradmin\AppData\Roaming\helm\plugins\helm-diff\install-binary.ps1
2222 update :
2323 - command : ${HELM_PLUGIN_DIR}/install-binary.sh
2424 args :
You can’t perform that action at this time.
0 commit comments