Add some backticks

This commit is contained in:
James M. Greene
2023-02-16 12:52:17 -06:00
committed by GitHub
parent 406a88e3a9
commit 457b08648b

View File

@@ -16,7 +16,7 @@ inputs:
default: ${{ github.token }}
required: true
enablement:
description: 'Try to enable Pages for the repository if it is not already enabled. This option requires a token other than GITHUB_TOKEN to be provided. In the context of a Personal Access Token, the repo scope or Pages write permission is required. In the context of a GitHub App, the administration:write and pages:write permissions are required.'
description: 'Try to enable Pages for the repository if it is not already enabled. This option requires a token other than `GITHUB_TOKEN` to be provided. In the context of a Personal Access Token, the `repo` scope or Pages write permission is required. In the context of a GitHub App, the `administration:write` and `pages:write` permissions are required.'
default: 'false'
required: false
outputs: