Create action.yml

This commit is contained in:
Smitha Borkar
2022-06-07 11:26:59 -07:00
committed by GitHub
parent 287542ea42
commit 4cb1aebe38

13
action.yml Normal file
View File

@@ -0,0 +1,13 @@
name: 'Set the Base URL'
description: 'Get the base URL where the Github Page will be hosted'
runs:
using: 'node16'
main: 'dist/index.js'
inputs:
token:
description: 'GitHub token'
default: ${{ github.token }}
required: true
outputs:
base_url:
description: 'URL to deployed GitHub Pages'