Skip to content

Commit

Permalink
action.yaml: fix skip-commit-verification quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsok committed Jun 30, 2022
1 parent 90ed90d commit 15259f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -15,7 +15,7 @@ inputs:
default: ${{ github.token }}
skip-commit-verification:
type: boolean
description: 'If true, the action will not expect Dependabot commits to be verified. This should be set as 'true' in GHES environments.'
description: 'If true, the action will not expect Dependabot commits to be verified. This should be set as `true` in GHES environments.'
default: false
outputs:
dependency-names:
Expand Down

0 comments on commit 15259f7

Please sign in to comment.