Skip to content

Commit 27af7f7

Browse files
committed
Fix typos
1 parent 25fbb22 commit 27af7f7

2 files changed

Lines changed: 2 additions & 2 deletions

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 }}"

.github/workflows/debug-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)