File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
3333
3434 - uses : swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf # Please update the corresponding SHA in the CLI's CodeQL Action Integration Test.
35- if : runner.os != 'Windows' && steps.get_swift_version.outputs.version != " null"
35+ if : runner.os != 'Windows' && steps.get_swift_version.outputs.version != ' null'
3636 with :
3737 swift-version : " ${{ steps.get_swift_version.outputs.version }}"
Original file line number Diff line number Diff line change 5656 debug-database-name : my-db
5757 - uses : ./../action/.github/actions/setup-swift
5858 with :
59- codeql-path : ${{ steps.init.outputs.codeql-path }}
59+ codeql-path : ${{ steps.init.outputs.codeql-path }}
6060 - name : Build code
6161 shell : bash
6262 run : ./build.sh
You can’t perform that action at this time.
0 commit comments