From cfcb1419101dc03e7a81cfe05c2d74633afd8b97 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:04:14 +0200 Subject: [PATCH] add type --- .github/workflows/verdepcheck.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index fe632b7a..cfa0674e 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -32,6 +32,7 @@ on: description: Extra dependencies specified similarly to the `DESCRIPTION` file, i.e. `" ( )"` where both `` and `` are optional. Multiple entries are possible separated by `";"`. required: false default: "" + type: string additional-env-vars: description: | Extra environment variables, as a 'key=value' pair, with each pair on a new line.