Files
configure-pages/action.yml
James M. Greene 8d03402d9c Copy tweaks
2022-06-07 14:18:05 -05:00

9 lines
223 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'
outputs:
base_url:
description: 'URL to deployed GitHub Pages'