Skip to content

Commit f9f5384

Browse files
committed
chore: Add default value of '' for the inputted deps list
1 parent 9da7f45 commit f9f5384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependency_compatibility_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
dependencies-list:
1010
description: 'Comma-separated list of dependencies to test (Format: dep1=1.0,dep2=2.0)'
1111
required: false
12+
default: ''
1213
schedule:
1314
- cron: '0 1 * * *' # Nightly at 1am
1415

0 commit comments

Comments
 (0)