Parse the static sit config, inject pages url

This commit is contained in:
Smitha Borkar
2022-06-16 14:28:43 -07:00
parent dabdcba737
commit 351ece72e7
10 changed files with 14221 additions and 9 deletions

View File

@@ -4,6 +4,9 @@ runs:
using: 'node16'
main: 'dist/index.js'
inputs:
static_site_generator:
description: 'static site generator types. We currently support nuxt, next and gatsby'
required: false
token:
description: 'GitHub token'
default: ${{ github.token }}