Skip to content

Commit

Permalink
fix: add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 20, 2024
1 parent 95db2b5 commit bc5018a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/verdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +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

jobs:
dependency-test:
Expand Down Expand Up @@ -117,6 +125,7 @@ jobs:
check-args: ${{ inputs.check-args }}
strategy: ${{ env.strategy }}
additional-env-vars: ${{ inputs.additional-env-vars }}
additional-repos: ${{ inputs.additional-repos }}

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

0 comments on commit bc5018a

Please sign in to comment.