mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-09 20:36:11 +00:00
modified to use proxy input
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user