Skip to content

Commit 1611bb3

Browse files
authored
Add new parameter to verdepcheck action (#271)
# Pull Request Companion to insightsengineering/r-verdepcheck-action#22
1 parent 195ec12 commit 1611bb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/verdepcheck.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ on:
4646
required: false
4747
default: ""
4848
type: string
49+
additional-repos:
50+
description: |
51+
Optional value that add R repositories for a given strategy. Multiple entries are possible separated by `";"`.
52+
additional-repos: https://repo1.example.com;https://repo2.example.com
53+
required: false
54+
default: ""
55+
type: string
4956

5057
jobs:
5158
dependency-test:
@@ -117,6 +124,7 @@ jobs:
117124
check-args: ${{ inputs.check-args }}
118125
strategy: ${{ env.strategy }}
119126
additional-env-vars: ${{ inputs.additional-env-vars }}
127+
additional-repos: ${{ inputs.additional-repos }}
120128

121129
- name: GChat notification 🔔
122130
if: (failure() || cancelled()) && steps.verdepcheck.outcome != 'success' && env.gchat_webhook != ''

0 commit comments

Comments
 (0)