modified to use proxy input

This commit is contained in:
Jeremy Daley
2023-02-10 01:28:34 -05:00
parent 37538b280c
commit 4bfe138e84
8 changed files with 581 additions and 13 deletions

View File

@@ -5,6 +5,9 @@ runs:
using: 'node16'
main: 'dist/index.js'
inputs:
proxy:
description: 'Proxy to use'
required: false
static_site_generator:
description: 'Optional static site generator to attempt to configure: "nuxt", "next", "gatsby", or "sveltekit"'
required: false