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 3434 - name : Perform Dependency Compatibility Testing
3535 shell : bash
3636 run : |
37- if [[ -z ${{ github.event.inputs.dependencies-list }} ]]
37+ if [[ ${{ github.event.inputs.dependencies-list }} == '' ]]
3838 ./.github/scripts/test_dependency_compatibility.sh -f dependencies.txt
3939 else
4040 ./.github/scripts/test_dependency_compatibility.sh -l ${{ github.event.inputs.dependencies-list }}
5656 - name : Perform Dependency Compatibility Testing (Showcase)
5757 shell : bash
5858 run : |
59- if [[ -z ${{ github.event.inputs.dependencies-list }} ]]
59+ if [[ ${{ github.event.inputs.dependencies-list }} == '' ]]
6060 ../.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
6161 else
6262 ../.github/scripts/test_dependency_compatibility.sh -l ${{ github.event.inputs.dependencies-list }}
You can’t perform that action at this time.
0 commit comments