Skip to content

Commit 15259f7

Browse files
authored
action.yaml: fix skip-commit-verification quoting
1 parent 90ed90d commit 15259f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
default: ${{ github.token }}
1616
skip-commit-verification:
1717
type: boolean
18-
description: 'If true, the action will not expect Dependabot commits to be verified. This should be set as 'true' in GHES environments.'
18+
description: 'If true, the action will not expect Dependabot commits to be verified. This should be set as `true` in GHES environments.'
1919
default: false
2020
outputs:
2121
dependency-names:

0 commit comments

Comments
 (0)