Update action.yml

This commit is contained in:
Smitha Borkar
2022-06-07 12:15:52 -07:00
committed by GitHub
parent 7891cd15e5
commit 57d293cb8f

View File

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