Allow a user to manually opt-out of Pages site enablement

This commit is contained in:
James M. Greene
2022-08-02 20:45:01 -05:00
parent 677bce1797
commit 0455a16aca
5 changed files with 15 additions and 5 deletions

View File

@@ -11,6 +11,10 @@ inputs:
description: "GitHub token"
default: ${{ github.token }}
required: true
enablement:
description: "Should a Pages site be enabled for the repository if not so already?"
default: "true"
required: false
outputs:
base_url:
description: 'GitHub Pages site full base URL. Examples: "https://octocat.github.io/my-repo/", "https://octocat.github.io/", "https://www.example.com/"'