From 12c1b925d32dc8ca64d9ebce58ad85167cfafa47 Mon Sep 17 00:00:00 2001 From: Axel PASCON Date: Mon, 4 Nov 2024 21:57:47 +0100 Subject: [PATCH] fix workflows --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 074338b..5f42b92 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -46,7 +46,7 @@ on: - critical # Associated to `warn-only` workflow option warn-only: - description: 'Select whether to fail the workflow or just warn' + description: 'Only warn about the issues without failing the workflow' required: true type: boolean default: false