Skip to content

Commit

Permalink
Add token input
Browse files Browse the repository at this point in the history
  • Loading branch information
Smitha Borkar committed Jun 8, 2022
1 parent 4350717 commit 9402878
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ description: 'Get the base URL where the GitHub Pages site 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'
38 changes: 35 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 9402878

Please sign in to comment.