From 83cf6fbdca136f89f40b3bc8fe9626e18662cd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:34:40 +0000 Subject: [PATCH] docs: update character to separate repos --- .github/workflows/verdepcheck.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 8e0b5532..68b81aad 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -48,9 +48,8 @@ on: type: string additional-repos: description: | - Optional value that add R repositories for a given strategy (multiple repos per strategy can be defined by separating with a comma). - Example usage: - additional-repos: https://repo1.example.com,https://repo2.example.com + Optional value that add R repositories for a given strategy. Multiple entries are possible separated by `";"`. + additional-repos: https://repo1.example.com;https://repo2.example.com required: false default: "" type: string