From 27af7f75fca1e0af23e0ee68ac58895880bd6622 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 23 May 2023 13:08:52 -0700 Subject: [PATCH] Fix typos --- .github/actions/setup-swift/action.yml | 2 +- .github/workflows/debug-artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-swift/action.yml b/.github/actions/setup-swift/action.yml index 7b139edc70..cd79764299 100644 --- a/.github/actions/setup-swift/action.yml +++ b/.github/actions/setup-swift/action.yml @@ -32,6 +32,6 @@ runs: echo "version=$VERSION" | tee -a $GITHUB_OUTPUT - uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf # Please update the corresponding SHA in the CLI's CodeQL Action Integration Test. - if: runner.os != 'Windows' && steps.get_swift_version.outputs.version != "null" + if: runner.os != 'Windows' && steps.get_swift_version.outputs.version != 'null' with: swift-version: "${{ steps.get_swift_version.outputs.version }}" diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index 93f4f88fdf..48d0385ff0 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -56,7 +56,7 @@ jobs: debug-database-name: my-db - uses: ./../action/.github/actions/setup-swift with: - codeql-path: ${{ steps.init.outputs.codeql-path }} + codeql-path: ${{ steps.init.outputs.codeql-path }} - name: Build code shell: bash run: ./build.sh