Files
configure-pages/action.yml

9 lines
223 B
YAML
Raw Normal View History

2022-06-07 14:18:05 -05:00
name: 'Get the Pages base URL'
description: 'Get the base URL where the GitHub Pages site will be hosted'
2022-06-07 11:26:59 -07:00
runs:
using: 'node16'
2022-06-07 12:15:52 -07:00
main: 'dist/index.js'
2022-06-07 11:26:59 -07:00
outputs:
base_url:
description: 'URL to deployed GitHub Pages'