Skip to content

Commit

Permalink
Point to the src Index
Browse files Browse the repository at this point in the history
  • Loading branch information
Smitha Borkar authored and GitHub committed Jun 7, 2022
1 parent 6d7eb33 commit 74a0003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'dist/index.js'
main: 'src/index.js'
outputs:
base_url:
description: 'URL to deployed GitHub Pages'

0 comments on commit 74a0003

Please sign in to comment.