mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Add token input
This commit is contained in:
@@ -3,6 +3,11 @@ description: 'Get the base URL where the GitHub Pages site will be hosted'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
inputs:
|
||||
token:
|
||||
description: 'GitHub token'
|
||||
default: ${{ github.token }}
|
||||
required: true
|
||||
outputs:
|
||||
base_url:
|
||||
description: 'URL to deployed GitHub Pages'
|
||||
|
||||
Reference in New Issue
Block a user