Files
configure-pages/action.yml
2022-06-07 12:06:12 -07:00

9 lines
210 B
YAML

name: 'Get the Base URL'
description: 'Get the base URL where the Github Page will be hosted'
runs:
using: 'node16'
main: 'src/index.js'
outputs:
base_url:
description: 'URL to deployed GitHub Pages'