Skip to content

Commit f329e3e

Browse files
m7prcicdguypawelru
authored
Update description of parameters so it's clear where to look for theaction yaml (#263)
Just a minor change in the description --------- Signed-off-by: Marcin <[email protected]> Signed-off-by: cicdguy <[email protected]> Co-authored-by: cicdguy <[email protected]> Co-authored-by: Pawel Rucki <[email protected]>
1 parent 2ca6ed6 commit f329e3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,28 +146,28 @@ on:
146146
default: ""
147147
skip-desc-branch:
148148
description: |
149-
Passed to `insightsengineering/actions/setup-r-dependencies`.
149+
Passed to `insightsengineering/setup-r-dependencies`.
150150
Used only if deps-installation-method == 'setup-r-dependencies'.
151151
required: false
152152
type: boolean
153153
default: false
154154
skip-desc-dev:
155155
description: |
156-
Passed to `insightsengineering/actions/setup-r-dependencies`.
156+
Passed to `insightsengineering/setup-r-dependencies`.
157157
Used only if deps-installation-method == 'setup-r-dependencies'.
158158
required: false
159159
type: boolean
160160
default: false
161161
repository-list:
162162
description: |
163-
Passed to `insightsengineering/actions/setup-r-dependencies`.
163+
Passed to `insightsengineering/setup-r-dependencies`.
164164
Used only if deps-installation-method == 'setup-r-dependencies'.
165165
required: false
166166
type: string
167167
default: "PPM=PPM@latest"
168168
cache-version:
169169
description: |
170-
Passed to `insightsengineering/actions/setup-r-dependencies`.
170+
Passed to `insightsengineering/setup-r-dependencies`.
171171
Used only if deps-installation-method == 'setup-r-dependencies'.
172172
required: false
173173
type: string

0 commit comments

Comments
 (0)