throw Error()

in src/bake.ts [25:35]


         throw Error('Unable to create temp directory.')
      }
   }
}

export class HelmRenderEngine extends RenderEngine {
   public bake = async (isSilent: boolean): Promise<any> => {
      const helmPath = await getHelmPath()
      const chartPath = core.getInput('helmChart', {required: true})

      const options = {