Skip to content

Commit ddce3a1

Browse files
committed
Fix quotations
1 parent 25fbb22 commit ddce3a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-swift/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ runs:
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 }}"

0 commit comments

Comments
 (0)