From b0e1f384d7423fe210dc8997094c20fe1f2ef032 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Tue, 14 Jun 2022 09:05:05 +0200 Subject: [PATCH] Linting YAML --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 911e8c7..bc65e30 100644 --- a/action.yml +++ b/action.yml @@ -3,11 +3,11 @@ description: 'Prevent the introduction of dependencies with known vulnerabilitie author: 'GitHub' inputs: repo-token: - description: 'Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.' + description: Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`. required: false default: ${{ github.token }} fail-on-severity: - description: 'Don't block PRs below this severity. Possible values are `low`, `moderate`, `high`, `critical`.' + description: Don't block PRs below this severity. Possible values are `low`, `moderate`, `high`, `critical`. required: false default: 'low' allow-licenses: