From ff1182a56a7882badba9a919ec19f1d393b12ce9 Mon Sep 17 00:00:00 2001 From: AndrewLester Date: Tue, 9 Aug 2022 20:29:01 -0400 Subject: [PATCH] Add SvelteKit to action yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 269fba0..8e4f6da 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ runs: main: 'dist/index.js' inputs: static_site_generator: - description: 'Optional static site generator to attempt to configure: "nuxt", "next", or "gatsby"' + description: 'Optional static site generator to attempt to configure: "nuxt", "next", "gatsby", or "sveltekit"' required: false generator_config_file: description: 'Optional file path to static site generator configuration file'