From 22dcf22a800e8c7f033487b5ead36490e03ce774 Mon Sep 17 00:00:00 2001 From: walkowif <59475134+walkowif@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:00:32 +0200 Subject: [PATCH] Update .github/workflows/build-check-install.yaml Co-authored-by: cicdguy <26552821+cicdguy@users.noreply.github.com> Signed-off-by: walkowif <59475134+walkowif@users.noreply.github.com> --- .github/workflows/build-check-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index aed24344..5bde07bd 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -182,7 +182,7 @@ on: default: true update-r-packages: description: | - Whether R packages installed in the image should be updated to their latest version from CRAN/BioC. + Whether R packages installed in the container should be updated to their latest version from CRAN/BioC. required: false type: boolean default: false