File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
- name : Perform Dependency Compatibility Testing
35
35
shell : bash
36
36
run : |
37
- if [[ -z ${{ github.event.inputs.dependencies-list }} ]]
37
+ if [[ ${{ github.event.inputs.dependencies-list }} == '' ]]
38
38
./.github/scripts/test_dependency_compatibility.sh -f dependencies.txt
39
39
else
40
40
./.github/scripts/test_dependency_compatibility.sh -l ${{ github.event.inputs.dependencies-list }}
56
56
- name : Perform Dependency Compatibility Testing (Showcase)
57
57
shell : bash
58
58
run : |
59
- if [[ -z ${{ github.event.inputs.dependencies-list }} ]]
59
+ if [[ ${{ github.event.inputs.dependencies-list }} == '' ]]
60
60
../.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
61
61
else
62
62
../.github/scripts/test_dependency_compatibility.sh -l ${{ github.event.inputs.dependencies-list }}
You can’t perform that action at this time.
0 commit comments