diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 06ef5034..663ee2b7 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -46,14 +46,14 @@ on: required: false default: "" 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 - # required: false - # default: "" - # 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 + required: false + default: "" + type: string jobs: dependency-test: @@ -125,7 +125,7 @@ jobs: check-args: ${{ inputs.check-args }} strategy: ${{ env.strategy }} additional-env-vars: ${{ inputs.additional-env-vars }} - # additional-repos: ${{ inputs.additional-repos }} + additional-repos: ${{ inputs.additional-repos }} - name: GChat notification 🔔 if: (failure() || cancelled()) && steps.verdepcheck.outcome != 'success' && env.gchat_webhook != ''