diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index b0480f7..32ccd4e 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -44,15 +44,14 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - + - name: Generate and validate releases uses: docker://ghcr.io/shivjm/helm-kubeconform-action:v0.2.0 - # - name: Find Helm # id: save_helm_path # run: echo "::set-output name=HELM_PATH::$(which helm)" # # - name: Generate and validate releases # uses: shivjm/helm-kubeconform-action@v0.2.0 -# env: +# env: # HELM: ${{ steps.save_helm_path.outputs.HELM_PATH }}