Files
configure-pages/action.yml
Smitha Borkar 94028786d7 Add token input
2022-06-07 22:21:50 -07:00

14 lines
324 B
YAML

name: 'Get the Pages base URL'
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'