File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
5057jobs :
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 != ''
You can’t perform that action at this time.
0 commit comments