From 15259f7733b22a285b8b2c02fa7b77a3ede2aa10 Mon Sep 17 00:00:00 2001 From: Jonathan Sokolowski Date: Fri, 1 Jul 2022 09:13:53 +1000 Subject: [PATCH] action.yaml: fix skip-commit-verification quoting --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 143b59e2..c4698985 100644 --- a/action.yml +++ b/action.yml @@ -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: