From be7a197580ce7324f4612b789cdf66e9deb2a330 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Wed, 19 Jun 2024 10:24:50 +0200 Subject: [PATCH] Update inputs description --- .github/workflows/deploy.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e27b8a0..bf4021f 100755 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,7 +31,8 @@ on: - gcc13 - gcc14 r_version: - description: R Version + description: | + R version (also used as a tag to pull the origin image). required: true type: choice default: "4.4.0" @@ -50,7 +51,9 @@ on: - "4.4.0" - "latest" latest_r_version: - description: "R Version to be aliased as the 'latest' tag" + description: | + R Version to be aliased as the 'latest' tag". + (Only relevant for rocker images). required: false type: string default: "4.4.0" @@ -69,7 +72,9 @@ on: - "3.19" - "devel" latest_bioc_version: - description: "BioC Version to be aliased as the 'latest' tag" + description: | + BioC Version to be aliased as the 'latest' tag". + (Only relevant for rocker images). required: false type: string default: "3.19"