mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-29 17:34:52 +00:00
Update action.yml
This commit is contained in:
@@ -3,11 +3,6 @@ description: 'Get the base URL where the Github Page will be hosted'
|
|||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
inputs:
|
|
||||||
token:
|
|
||||||
description: 'GitHub token'
|
|
||||||
default: ${{ github.token }}
|
|
||||||
required: true
|
|
||||||
outputs:
|
outputs:
|
||||||
base_url:
|
base_url:
|
||||||
description: 'URL to deployed GitHub Pages'
|
description: 'URL to deployed GitHub Pages'
|
||||||
|
|||||||
Reference in New Issue
Block a user