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 1/2] 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 From 69168ada840b70d85b711081847f7dbf3f1fffad Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Thu, 7 Nov 2024 06:09:26 -0600 Subject: [PATCH 2/2] Fix action reference Co-authored-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Signed-off-by: cicdguy <26552821+cicdguy@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 e27e3172..e15b40f5 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/setup-r-dependencies/blob/main/action.yaml`. + Passed to `insightsengineering/setup-r-dependencies`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: boolean default: false skip-desc-dev: description: | - Passed to `insightsengineering/setup-r-dependencies/blob/main/action.yaml`. + Passed to `insightsengineering/setup-r-dependencies`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: boolean default: false repository-list: description: | - Passed to `insightsengineering/setup-r-dependencies/blob/main/action.yaml`. + Passed to `insightsengineering/setup-r-dependencies`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: string default: "PPM=PPM@latest" cache-version: description: | - Passed to `insightsengineering/setup-r-dependencies/blob/main/action.yaml`. + Passed to `insightsengineering/setup-r-dependencies`. Used only if deps-installation-method == 'setup-r-dependencies'. required: false type: string