From 26845d3ba843d3aa59a4056bb03f91a445bfebd2 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:29:52 +0100 Subject: [PATCH] Update description of parameters so it's clear where to look for the action yaml Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- .github/workflows/build-check-install.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 841b066a..e27e3172 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -146,28 +146,28 @@ on: default: "" skip-desc-branch: description: | - Passed to `insightsengineering/actions/setup-r-dependencies`. + Passed to `insightsengineering/setup-r-dependencies/blob/main/action.yaml`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: boolean default: false skip-desc-dev: description: | - Passed to `insightsengineering/actions/setup-r-dependencies`. + Passed to `insightsengineering/setup-r-dependencies/blob/main/action.yaml`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: boolean default: false repository-list: description: | - Passed to `insightsengineering/actions/setup-r-dependencies`. + Passed to `insightsengineering/setup-r-dependencies/blob/main/action.yaml`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: string default: "PPM=PPM@latest" cache-version: description: | - Passed to `insightsengineering/actions/setup-r-dependencies`. + Passed to `insightsengineering/setup-r-dependencies/blob/main/action.yaml`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: string