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'