Point to the src Index

This commit is contained in:
Smitha Borkar
2022-06-07 12:06:12 -07:00
committed by GitHub
parent 6d7eb3330c
commit 74a0003f98

View File

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