Skip to content

Commit

Permalink
Create action.yml
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 287542e commit 4cb1aeb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 4cb1aeb

Please sign in to comment.