Skip to content

Commit

Permalink
Merge pull request #232 from jsok/patch-1
Browse files Browse the repository at this point in the history
action.yaml: fix skip-commit-verification quoting
  • Loading branch information
mctofu committed Jun 30, 2022
2 parents 90ed90d + 15259f7 commit ac6adf8
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 ac6adf8

Please sign in to comment.